diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-07-09 13:49:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-07-10 13:03:27 +0200 |
| commit | 00dfe2d080d23b1ec4c238491776efc605f9ad8d (patch) | |
| tree | c51c1ad8be601ddad21a66e4066b6758e6d05078 /Cargo.lock | |
| parent | caf3c92aafc37c48061749b3533ee8d1f4c3d27c (diff) | |
| download | mullvadvpn-00dfe2d080d23b1ec4c238491776efc605f9ad8d.tar.xz mullvadvpn-00dfe2d080d23b1ec4c238491776efc605f9ad8d.zip | |
Use parking_lot for some mullvad-daemon locks
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 32263a0cac..8b3f12373a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,6 +1125,7 @@ dependencies = [ "mullvad-paths 0.1.0", "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", + "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
