diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-08-21 13:24:47 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-08-21 13:24:47 +0200 |
| commit | efdac05c0215cae649bd976a7d9aca043b657003 (patch) | |
| tree | 31b087f32361129e156de7b9ed4bbd9e8ba857e4 | |
| parent | abaf3433c2e5a53559aab9de6f3b1029e46796d3 (diff) | |
| parent | aa3608a26f98e826dbbe618a67ccd0016f4734cc (diff) | |
| download | mullvadvpn-efdac05c0215cae649bd976a7d9aca043b657003.tar.xz mullvadvpn-efdac05c0215cae649bd976a7d9aca043b657003.zip | |
Merge branch 'fix-cargo-warning'
| -rw-r--r-- | Cargo.lock | 11 | ||||
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4b93b1e2b9..8ef9dcfd1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,14 +741,6 @@ dependencies = [ ] [[package]] -name = "futures01" -version = "0.1.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] name = "gcc" version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1319,7 +1311,7 @@ dependencies = [ "duct 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures01 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-paths 0.1.0", "mullvad-rpc 0.1.0", @@ -3696,7 +3688,6 @@ dependencies = [ "checksum futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" "checksum futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" "checksum futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" -"checksum futures01 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef8cbbf52909170053540c6c05a62433ddb60662dabee714e2a882caa864f22" "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 1353053ff2..2dbf4adc7e 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -12,7 +12,7 @@ clap = "2.25" dirs = "2.0" env_logger = "0.7" err-derive = "0.2.1" -futures01 = { version = "0.1", crate = "futures" } +futures01 = { version = "0.1", package = "futures" } lazy_static = "1.0" regex = "1.0" uuid = { version = "0.7", features = ["v4"] } |
