summaryrefslogtreecommitdiffhomepage
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
parent0f5db7605e99de665346b758334d2fae64149406 (diff)
downloadmullvadvpn-f6c89834d5567cb12487945db137241960059de6.tar.xz
mullvadvpn-f6c89834d5567cb12487945db137241960059de6.zip
Upgrading to error-chain 0.10
-rw-r--r--Cargo.lock16
-rw-r--r--mullvad_daemon/Cargo.toml2
-rw-r--r--openvpn_ffi/Cargo.toml2
-rw-r--r--talpid_cli/Cargo.toml2
-rw-r--r--talpid_core/Cargo.toml2
-rw-r--r--talpid_ipc/Cargo.toml2
-rw-r--r--talpid_openvpn_plugin/Cargo.toml2
7 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ed33ad39a9..28f04d7f0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,7 @@ name = "talpid_openvpn_plugin"
version = "0.1.0"
dependencies = [
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"openvpn_ffi 0.1.0",
"talpid_ipc 0.1.0",
@@ -145,7 +145,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "error-chain"
-version = "0.8.1"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -349,7 +349,7 @@ version = "0.1.0"
dependencies = [
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 7.0.0 (git+https://github.com/paritytech/jsonrpc)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -388,7 +388,7 @@ name = "openvpn_ffi"
version = "0.1.0"
dependencies = [
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -534,7 +534,7 @@ version = "0.0.0"
dependencies = [
"clap 2.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"talpid_core 0.0.0",
]
@@ -545,7 +545,7 @@ version = "0.0.0"
dependencies = [
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clonablechild 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"openvpn_ffi 0.1.0",
"talpid_ipc 0.1.0",
@@ -556,7 +556,7 @@ name = "talpid_ipc"
version = "0.1.0"
dependencies = [
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 7.0.0 (git+https://github.com/paritytech/jsonrpc)",
"jsonrpc-http-server 7.0.0 (git+https://github.com/paritytech/jsonrpc)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -782,8 +782,8 @@ dependencies = [
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
"checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
+"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
"checksum error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "318cb3c71ee4cdea69fdc9e15c173b245ed6063e1709029e8fd32525a881120f"
-"checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46"
"checksum futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "55f0008e13fc853f79ea8fc86e931486860d4c4c156cdffb59fa5f7fa833660a"
"checksum futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a283c84501e92cade5ea673a2a7ca44f71f209ccdd302a3e0896f50083d2c5ff"
"checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae"
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"
diff --git a/openvpn_ffi/Cargo.toml b/openvpn_ffi/Cargo.toml
index 353ee586ff..2c292fca94 100644
--- a/openvpn_ffi/Cargo.toml
+++ b/openvpn_ffi/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.n
description = "Constants, enums and structs for interfacing with OpenVPN"
[dependencies]
-error-chain = "0.8"
+error-chain = "0.10"
serde = "0.9"
serde_derive = "0.9"
diff --git a/talpid_cli/Cargo.toml b/talpid_cli/Cargo.toml
index e6e0cefd55..8a3f013737 100644
--- a/talpid_cli/Cargo.toml
+++ b/talpid_cli/Cargo.toml
@@ -6,7 +6,7 @@ description = "Run Talpid easily from the command line"
[dependencies]
clap = "2.20"
-error-chain = "0.8"
+error-chain = "0.10"
log = "0.3"
env_logger = "0.4"
diff --git a/talpid_core/Cargo.toml b/talpid_core/Cargo.toml
index 057a6ee2dc..efaf6838af 100644
--- a/talpid_core/Cargo.toml
+++ b/talpid_core/Cargo.toml
@@ -6,7 +6,7 @@ description = "Core backend functionality of the Mullvad VPN client"
[dependencies]
clonablechild = "0.1"
-error-chain = "0.8"
+error-chain = "0.10"
log = "0.3"
[dependencies.talpid_ipc]
diff --git a/talpid_ipc/Cargo.toml b/talpid_ipc/Cargo.toml
index 2b6ce5c777..5650689103 100644
--- a/talpid_ipc/Cargo.toml
+++ b/talpid_ipc/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.n
description = "IPC client and server for talpid"
[dependencies]
-error-chain = "0.8"
+error-chain = "0.10"
serde = "0.9"
serde_json = "0.9"
log = "0.3"
diff --git a/talpid_openvpn_plugin/Cargo.toml b/talpid_openvpn_plugin/Cargo.toml
index 6ba2feac3b..e0a511953b 100644
--- a/talpid_openvpn_plugin/Cargo.toml
+++ b/talpid_openvpn_plugin/Cargo.toml
@@ -8,7 +8,7 @@ description = "OpenVPN shared library plugin for relaying OpenVPN events to talp
crate-type = ["cdylib"]
[dependencies]
-error-chain = "0.8"
+error-chain = "0.10"
log = "0.3"
env_logger = "0.4"