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 /talpid-core | |
| parent | 0cc53ab573b896cbee271e0e8c5997e22f4c53e1 (diff) | |
| download | mullvadvpn-26caf435a67a4f9ae22074841add36337f2b08ec.tar.xz mullvadvpn-26caf435a67a4f9ae22074841add36337f2b08ec.zip | |
Bump parity-tokio-ipc to 0.8
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
