diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-09-07 17:29:05 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-09-07 17:51:16 +0200 |
| commit | ca8c485cf9c72b7584461a0720fdacf90bf672a4 (patch) | |
| tree | c9a24fe13f62570baa68a8336dcd0fe607ddf20e /Cargo.lock | |
| parent | dee58a912fe6243374c82523ec3752853e239de0 (diff) | |
| download | mullvadvpn-ca8c485cf9c72b7584461a0720fdacf90bf672a4.tar.xz mullvadvpn-ca8c485cf9c72b7584461a0720fdacf90bf672a4.zip | |
Use new-style futures for geoip requests
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6503332d77..84cbd3e506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1126,7 +1126,6 @@ dependencies = [ "duct 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "ipnetwork 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
