diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-03-20 11:19:40 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-03-20 11:19:40 +0100 |
| commit | 8d9bcfb9964a7ddfc7e2f406f01f840549e56ada (patch) | |
| tree | 7964ce002c39be38a825fd7d716247abe6c03cd8 /Cargo.lock | |
| parent | a15262e47c100160c1547a3c3294592e236cb7b7 (diff) | |
| download | mullvadvpn-8d9bcfb9964a7ddfc7e2f406f01f840549e56ada.tar.xz mullvadvpn-8d9bcfb9964a7ddfc7e2f406f01f840549e56ada.zip | |
Use parking_lot in talpid-core to reduce unwrap
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d564c72f74..2f21776c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2022,6 +2022,7 @@ dependencies = [ "notify 4.0.9 (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.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (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.0 (registry+https://github.com/rust-lang/crates.io-index)", "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
