diff options
| author | David Lönnhager <david.l@mullvad.net> | 2019-12-05 16:07:03 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2019-12-17 12:30:15 +0100 |
| commit | df1841dbc0909a63ed053ebdeddd8f44fdfe943f (patch) | |
| tree | 825c49ac9ed96ecd0600340abb1f76f4270a2997 /Cargo.lock | |
| parent | a5f588de6cc711ea3b5a790056f1a50242e98dcc (diff) | |
| download | mullvadvpn-df1841dbc0909a63ed053ebdeddd8f44fdfe943f.tar.xz mullvadvpn-df1841dbc0909a63ed053ebdeddd8f44fdfe943f.zip | |
Add incomplete key rotation scheduler
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 e1641f7852..739a5bf51a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1279,6 +1279,7 @@ dependencies = [ "talpid-core 0.1.0", "talpid-ipc 0.1.0", "talpid-types 0.1.0", + "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-retry 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
