summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-04-09 16:15:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-04-10 11:50:20 +0200
commitcdfe69da8cb7ac8a410d444e7dc6aa7c310929b1 (patch)
tree62230525cd8b25a6e7a1a15fdaaa5144201398c9 /Cargo.lock
parent5af66ab2c15893896db6f897b3304e19054e2d69 (diff)
downloadmullvadvpn-cdfe69da8cb7ac8a410d444e7dc6aa7c310929b1.tar.xz
mullvadvpn-cdfe69da8cb7ac8a410d444e7dc6aa7c310929b1.zip
Remove error-chain from problem-report
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ed21eee69..3cfe9cbc90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1154,12 +1154,13 @@ dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.5 (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)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"mullvad-paths 0.1.0",
"mullvad-rpc 0.1.0",
"regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rs-release 0.1.7 (git+https://github.com/mullvad/rs-release?branch=snailquote-unescape)",
+ "talpid-types 0.1.0",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",