summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-03-29 07:56:27 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-03-29 10:51:24 +0100
commitd798558a71c0f2a280654b19819a758b730b45f3 (patch)
treef6a9d723b0188282733994174e29959ece49fa24 /Cargo.lock
parentc95b0e55a5b56a7dc3fa15e51240ec531a48f9a5 (diff)
downloadmullvadvpn-d798558a71c0f2a280654b19819a758b730b45f3.tar.xz
mullvadvpn-d798558a71c0f2a280654b19819a758b730b45f3.zip
Remove error-chain from mullvad-paths
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 53d74ecece..76061d1a26 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1131,7 +1131,7 @@ name = "mullvad-paths"
version = "0.1.0"
dependencies = [
"dirs 1.0.5 (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)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]