summaryrefslogtreecommitdiffhomepage
path: root/mullvad_daemon
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-04-11 17:23:30 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-04-11 17:23:30 +0200
commitf6c89834d5567cb12487945db137241960059de6 (patch)
treef8d2e12dd8d39fe9935974ec58bd48ec3f4f50f8 /mullvad_daemon
parent0f5db7605e99de665346b758334d2fae64149406 (diff)
downloadmullvadvpn-f6c89834d5567cb12487945db137241960059de6.tar.xz
mullvadvpn-f6c89834d5567cb12487945db137241960059de6.zip
Upgrading to error-chain 0.10
Diffstat (limited to 'mullvad_daemon')
-rw-r--r--mullvad_daemon/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad_daemon/Cargo.toml b/mullvad_daemon/Cargo.toml
index 0529c153e7..3fca0a15f7 100644
--- a/mullvad_daemon/Cargo.toml
+++ b/mullvad_daemon/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.n
description = "The meat of Mullvad, the core if you wish"
[dependencies]
-error-chain = "0.8"
+error-chain = "0.10"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"