summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-02-14 11:16:30 +0000
committerEmīls Piņķis <emils@mullvad.net>2019-02-14 11:16:30 +0000
commitf984696c3a631895d499783a29194fa9d960fd63 (patch)
treee3e8e334e371b6a85fb0200a734f4a5e690794ee /Cargo.lock
parent89161480feb19b0356f1f3c96ea0a7eaf9ab1c63 (diff)
parent6ba2562ccb7a20413ee15b78778b66ecf825f925 (diff)
downloadmullvadvpn-f984696c3a631895d499783a29194fa9d960fd63.tar.xz
mullvadvpn-f984696c3a631895d499783a29194fa9d960fd63.zip
Merge branch 'use-newer-relay-list'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f868e60fe9..9da1dc3c68 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1005,6 +1005,7 @@ dependencies = [
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fern 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 8.0.2 (git+https://github.com/mullvad/jsonrpc?branch=mullvad-fork)",
"jsonrpc-ipc-server 8.0.1 (git+https://github.com/mullvad/jsonrpc?branch=mullvad-fork)",
"jsonrpc-macros 8.0.1 (git+https://github.com/mullvad/jsonrpc?branch=mullvad-fork)",
@@ -1127,7 +1128,6 @@ version = "0.1.0"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mullvad-paths 0.1.0",