summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--talpid-tunnel-config-client/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90e8b3e0ba..c85c6b6f08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4495,7 +4495,6 @@ name = "talpid-tunnel-config-client"
version = "0.0.0"
dependencies = [
"classic-mceliece-rust",
- "futures",
"hyper-util",
"libc",
"log",
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml
index 5cf6e4b522..cb63d93fc9 100644
--- a/talpid-tunnel-config-client/Cargo.toml
+++ b/talpid-tunnel-config-client/Cargo.toml
@@ -14,7 +14,6 @@ workspace = true
log = { workspace = true }
rand = "0.8"
talpid-types = { path = "../talpid-types" }
-futures = { workspace = true }
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }