diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-07-09 13:36:19 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-07-10 13:03:27 +0200 |
| commit | caf3c92aafc37c48061749b3533ee8d1f4c3d27c (patch) | |
| tree | 5c831739c49ad47daba65911b99087d78ab76fe3 | |
| parent | 843daeec0cbdbe43fb1a8cdf079026c96fc908f0 (diff) | |
| download | mullvadvpn-caf3c92aafc37c48061749b3533ee8d1f4c3d27c.tar.xz mullvadvpn-caf3c92aafc37c48061749b3533ee8d1f4c3d27c.zip | |
Upgrade parking_lot in talpid-core
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e202196bab..32263a0cac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2114,7 +2114,7 @@ dependencies = [ "notify 4.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "openvpn-plugin 0.3.0 (git+https://github.com/mullvad/openvpn-plugin-rs?branch=auth-failed-event)", "os_pipe 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "pfctl 0.2.1 (git+https://github.com/mullvad/pfctl-rs?rev=9f31b5ddcab941862470075eab83bb398195f3d6)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 3c8c03453d..ddfe50f5a2 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -20,7 +20,7 @@ libc = "0.2.20" log = "0.4" openvpn-plugin = { git = "https://github.com/mullvad/openvpn-plugin-rs", branch = "auth-failed-event", features = ["serde"] } os_pipe = "0.8" -parking_lot = "0.7" +parking_lot = "0.8" regex = "1.1.0" shell-escape = "0.1" talpid-ipc = { path = "../talpid-ipc" } |
