summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-04-11 16:41:15 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-04-15 15:17:28 +0200
commit2fa4fc319fbe5271c733bb0ff1180efc73d55c2b (patch)
tree2b5921aeb53753e6c0c96b1f165523a7739b1a03 /Cargo.lock
parentb7fa77843763122e5f0355d606e265e23e3a97b6 (diff)
downloadmullvadvpn-2fa4fc319fbe5271c733bb0ff1180efc73d55c2b.tar.xz
mullvadvpn-2fa4fc319fbe5271c733bb0ff1180efc73d55c2b.zip
Convert errors in CLI away from error-chain
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 615b812eac..f46c8e5333 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1066,7 +1066,7 @@ dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"mullvad-ipc-client 0.1.0",
"mullvad-paths 0.1.0",