summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-03-02 11:53:50 +0000
committerEmīls <emils@mullvad.net>2020-03-04 13:42:01 +0000
commit70e235ea2be5e315ba3555bbd30075dfaada3a05 (patch)
tree775a64b5133936af187b1dad814f183be027e12f /Cargo.lock
parentfdf300e35703970b5ea51da9c7e8447941a08c72 (diff)
downloadmullvadvpn-70e235ea2be5e315ba3555bbd30075dfaada3a05.tar.xz
mullvadvpn-70e235ea2be5e315ba3555bbd30075dfaada3a05.zip
Prefer WireGuard over OpenVPN
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1341249e2d..a3ede6d05a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1251,6 +1251,7 @@ name = "mullvad-daemon"
version = "2020.1.0"
dependencies = [
"android_logger 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",