summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-10-08 16:19:10 +0200
committerDavid Lönnhager <david.l@mullvad.net>2020-10-12 11:19:09 +0200
commit198f31bae2e751b12c537d6372ae37234bc617a0 (patch)
tree208f524b4bc8e78930f8296c9676b62ad5d3f18e
parent25ddb94ebad09a57b75a8b727636b864b74cfb00 (diff)
downloadmullvadvpn-198f31bae2e751b12c537d6372ae37234bc617a0.tar.xz
mullvadvpn-198f31bae2e751b12c537d6372ae37234bc617a0.zip
Update manifests
-rw-r--r--Cargo.lock7
-rw-r--r--mullvad-cli/Cargo.toml4
-rw-r--r--talpid-core/Cargo.toml3
3 files changed, 1 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fcc8fdd5c4..accf6fcaa7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -554,11 +554,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures"
-version = "0.1.29"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "futures"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
@@ -629,7 +624,6 @@ name = "futures-util"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3181,7 +3175,6 @@ dependencies = [
"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
-"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
"checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
"checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
"checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 35cc099826..365c5f14b4 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -7,10 +7,6 @@ license = "GPL-3.0"
edition = "2018"
publish = false
-[features]
-default = []
-shell-completions = []
-
[[bin]]
name = "mullvad"
path = "src/main.rs"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 60acfbe9d0..8c31280922 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -12,7 +12,7 @@ atty = "0.2"
cfg-if = "0.1"
duct = "0.13"
err-derive = "0.2.1"
-futures = { package = "futures", version = "0.3", features = [ "compat" ]}
+futures = "0.3"
hex = "0.4"
ipnetwork = "0.16"
lazy_static = "1.0"
@@ -57,7 +57,6 @@ netlink-packet-route = "0.4"
netlink-proto = "0.4"
netlink-sys = "0.4"
byteorder = "1"
-futures = { package = "futures", version = "0.3" }
nftnl = { version = "0.5", features = ["nftnl-1-1-0"] }
mnl = { version = "0.2.0", features = ["mnl-1-0-4"] }
which = { version = "4.0", default-features = false }