summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-06-12 16:38:33 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-06-13 16:34:58 +0200
commit68a3be0182166a867d4c65488a332f396f7b3277 (patch)
tree45b0062f403d45bd4c2952958368850a06371ab9
parent5309b07ba21a4b3241e304a06f78c8a836bfff37 (diff)
downloadmullvadvpn-68a3be0182166a867d4c65488a332f396f7b3277.tar.xz
mullvadvpn-68a3be0182166a867d4c65488a332f396f7b3277.zip
Update Cargo.lock
-rw-r--r--Cargo.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6414002b1a..2d0866e3aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -750,7 +750,6 @@ dependencies = [
name = "mullvad-daemon"
version = "0.1.0"
dependencies = [
- "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -767,7 +766,7 @@ dependencies = [
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mullvad-ipc-client 0.1.0",
- "mullvad-metadata 0.1.0",
+ "mullvad-paths 0.1.0",
"mullvad-rpc 0.1.0",
"mullvad-types 0.1.0",
"os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -790,7 +789,7 @@ name = "mullvad-ipc-client"
version = "0.1.0"
dependencies = [
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "mullvad-metadata 0.1.0",
+ "mullvad-paths 0.1.0",
"mullvad-types 0.1.0",
"serde 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
"talpid-ipc 0.1.0",
@@ -798,10 +797,12 @@ dependencies = [
]
[[package]]
-name = "mullvad-metadata"
+name = "mullvad-paths"
version = "0.1.0"
dependencies = [
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]