diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-11-14 16:05:35 +0100 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-11-14 16:05:35 +0100 |
| commit | f9dd559faf98f913d86e86a6ff2773bb6539852e (patch) | |
| tree | 9979c1f0394e20d6365c24a6d89bc635650d9bc4 /Cargo.lock | |
| parent | 8a6bae399969ebd57be39ba502630120983fc995 (diff) | |
| parent | df1e9214db3d66c068ed08974b806a804bd775ce (diff) | |
| download | mullvadvpn-f9dd559faf98f913d86e86a6ff2773bb6539852e.tar.xz mullvadvpn-f9dd559faf98f913d86e86a6ff2773bb6539852e.zip | |
Merge branch 'win-handle-sleep'
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 5d127fb999..7e7c6ce73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,6 +1705,7 @@ dependencies = [ "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "widestring 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
