diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-01-13 14:18:26 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-01-14 12:19:57 +0100 |
| commit | 26caf435a67a4f9ae22074841add36337f2b08ec (patch) | |
| tree | 0e7db09cecb8a3dbb387ed9d6fd84c9ecb8c3c6b | |
| parent | 0cc53ab573b896cbee271e0e8c5997e22f4c53e1 (diff) | |
| download | mullvadvpn-26caf435a67a4f9ae22074841add36337f2b08ec.tar.xz mullvadvpn-26caf435a67a4f9ae22074841add36337f2b08ec.zip | |
Bump parity-tokio-ipc to 0.8
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | mullvad-management-interface/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-tests/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 66de6efc0b..9b9de86ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1661,9 +1661,9 @@ dependencies = [ [[package]] name = "parity-tokio-ipc" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1d417ba1ab454723ff2271bf999fd700027dc48759a13d43e488cc8ca38b87f" +checksum = "fd7f6c69d7687501b2205fe51ade1d7b8797bb3aa141fe5bf13dd78c0483bc89" dependencies = [ "futures", "libc", diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml index bbd5917f4e..966700041e 100644 --- a/mullvad-management-interface/Cargo.toml +++ b/mullvad-management-interface/Cargo.toml @@ -14,7 +14,7 @@ tonic = "0.3.1" tower = "0.3" prost = "0.6" prost-types = "0.6" -parity-tokio-ipc = "0.7" +parity-tokio-ipc = "0.8" futures = "0.3" tokio = { version = "0.2", features = [ "rt-util" ] } triggered = "0.1.1" diff --git a/mullvad-tests/Cargo.toml b/mullvad-tests/Cargo.toml index d2fca84af4..148f5283aa 100644 --- a/mullvad-tests/Cargo.toml +++ b/mullvad-tests/Cargo.toml @@ -29,7 +29,7 @@ tokio = { version = "0.2", features = [ "io-util", "process", "rt-core", "rt-th tonic = "0.3.1" tower = "0.3" prost = "0.6" -parity-tokio-ipc = "0.7" +parity-tokio-ipc = "0.8" [build-dependencies] tonic-build = { version = "0.3", default-features = false, features = ["transport", "prost"] } diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 6c03f1af90..1a698402f2 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -32,7 +32,7 @@ rand = "0.7" [target.'cfg(not(target_os="android"))'.dependencies] openvpn-plugin = { version = "0.4", features = ["serde", "auth-failed-event"] } -parity-tokio-ipc = "0.7" +parity-tokio-ipc = "0.8" triggered = "0.1.1" tonic = "0.3.1" prost = "0.6" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index b005ed60ec..91a68b37aa 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] err-derive = "0.2.1" log = "0.4" env_logger = "0.7" -parity-tokio-ipc = "0.7" +parity-tokio-ipc = "0.8" tokio = { version = "0.2", features = [ "rt-core" ] } openvpn-plugin = { version = "0.4", features = ["serde", "log", "auth-failed-event"] } |
