summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2022-02-11 15:51:56 +0100
committerLinus Färnstrand <faern@faern.net>2022-02-15 10:56:36 +0100
commitcbb89f5fe43ec797bc2a7f8331d7981faa6c763b (patch)
tree6e7e3b1ce797b329e17b41287b7fd4f57fcc7262
parent03ec8d0640f72246692f6a9c93ac3fe22f3bc414 (diff)
downloadmullvadvpn-cbb89f5fe43ec797bc2a7f8331d7981faa6c763b.tar.xz
mullvadvpn-cbb89f5fe43ec797bc2a7f8331d7981faa6c763b.zip
Upgrade err-derive to at least 0.3.1
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-exclude/Cargo.toml2
-rw-r--r--mullvad-jni/Cargo.toml2
-rw-r--r--mullvad-management-interface/Cargo.toml2
-rw-r--r--mullvad-paths/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
-rw-r--r--mullvad-rpc/Cargo.toml2
-rw-r--r--mullvad-setup/Cargo.toml2
-rw-r--r--mullvad-types/Cargo.toml2
-rw-r--r--talpid-core/Cargo.toml2
-rw-r--r--talpid-dbus/Cargo.toml2
-rw-r--r--talpid-openvpn-plugin/Cargo.toml2
-rw-r--r--talpid-types/Cargo.toml2
14 files changed, 14 insertions, 14 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index c337420b00..da023d9375 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -15,7 +15,7 @@ path = "src/main.rs"
base64 = "0.13"
chrono = { version = "0.4.19", features = ["serde"] }
clap = { version = "3.0", features = ["cargo"] }
-err-derive = "0.3.0"
+err-derive = "0.3.1"
env_logger = "0.8.2"
futures = "0.3"
natord = "1.0.9"
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 75c7f6cd57..0dbe6572eb 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
cfg-if = "1.0"
chrono = { version = "0.4.19", features = ["serde"] }
clap = { version = "3.0", features = ["cargo"] }
-err-derive = "0.3.0"
+err-derive = "0.3.1"
either = "1"
fern = { version = "0.6", features = ["colored"] }
futures = "0.3"
diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml
index f753cf604e..a7568de367 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -8,5 +8,5 @@ publish = false
[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.23"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
talpid-types = { path = "../talpid-types" }
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml
index 78b9eec17b..bcb9c69443 100644
--- a/mullvad-jni/Cargo.toml
+++ b/mullvad-jni/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
crate_type = ["cdylib"]
[target.'cfg(target_os = "android")'.dependencies]
-err-derive = "0.3.0"
+err-derive = "0.3.1"
futures = "0.3"
ipnetwork = "0.16"
jnix = { version = "0.4", features = ["derive"] }
diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml
index 91f341b8b9..d17eba82d9 100644
--- a/mullvad-management-interface/Cargo.toml
+++ b/mullvad-management-interface/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
publish = false
[dependencies]
-err-derive = "0.3.0"
+err-derive = "0.3.1"
mullvad-types = { path = "../mullvad-types" }
mullvad-paths = { path = "../mullvad-paths" }
talpid-types = { path = "../talpid-types" }
diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml
index 439aa3f236..64d9e277dc 100644
--- a/mullvad-paths/Cargo.toml
+++ b/mullvad-paths/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
publish = false
[dependencies]
-err-derive = "0.3.0"
+err-derive = "0.3.1"
log = "0.4"
[target.'cfg(any(windows, target_os = "macos"))'.dependencies]
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index cfbf358f52..a8e658dd08 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
clap = { version = "3.0", features = ["cargo"] }
dirs-next = "2.0"
env_logger = "0.8.2"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
lazy_static = "1.0"
log = "0.4"
regex = "1.0"
diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml
index cd45a32883..88d47d25aa 100644
--- a/mullvad-rpc/Cargo.toml
+++ b/mullvad-rpc/Cargo.toml
@@ -13,7 +13,7 @@ api-override = []
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
-err-derive = "0.3.0"
+err-derive = "0.3.1"
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["client", "stream"] }
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml
index 65b9f101a7..b997a027f9 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "3.0", features = ["cargo"] }
env_logger = "0.8.2"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
lazy_static = "1.1.0"
mullvad-management-interface = { path = "../mullvad-management-interface" }
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index 930fd483f6..94a48c5538 100644
--- a/mullvad-types/Cargo.toml
+++ b/mullvad-types/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
-err-derive = "0.3.0"
+err-derive = "0.3.1"
ipnetwork = "0.16"
lazy_static = "1.1.0"
log = "0.4"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 8077e599e1..2bb9d56a9b 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -13,7 +13,7 @@ async-trait = "0.1"
atty = "0.2"
cfg-if = "1.0"
duct = "0.13"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
futures = "0.3.15"
hex = "0.4"
ipnetwork = "0.16"
diff --git a/talpid-dbus/Cargo.toml b/talpid-dbus/Cargo.toml
index 9160c4980e..5a8dd150f0 100644
--- a/talpid-dbus/Cargo.toml
+++ b/talpid-dbus/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
[target.'cfg(target_os = "linux")'.dependencies]
dbus = "0.9"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
lazy_static = "1.0"
log = "0.4"
libc = "0.2"
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index 1ff75f60f5..36473689d7 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-err-derive = "0.3.0"
+err-derive = "0.3.1"
log = "0.4"
env_logger = "0.8.2"
parity-tokio-ipc = "0.9"
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index 33c62e3244..8275e054b0 100644
--- a/talpid-types/Cargo.toml
+++ b/talpid-types/Cargo.toml
@@ -13,7 +13,7 @@ ipnetwork = "0.16"
base64 = "0.13"
x25519-dalek = { version = "1.1", features = [ "std", "u64_backend" ], default-features = false }
rand = "0.7"
-err-derive = "0.3.0"
+err-derive = "0.3.1"
[target.'cfg(target_os = "android")'.dependencies]
jnix = { version = "0.4", features = ["derive"] }