summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--tunnel-obfuscation/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6f50016c7..5b86d9b4b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4292,7 +4292,6 @@ version = "0.0.0"
dependencies = [
"async-trait",
"err-derive",
- "futures",
"tokio",
"udp-over-tcp",
]
diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml
index 0c209d2532..2447b2984d 100644
--- a/tunnel-obfuscation/Cargo.toml
+++ b/tunnel-obfuscation/Cargo.toml
@@ -11,6 +11,5 @@ publish.workspace = true
[dependencies]
async-trait = "0.1"
err-derive = "0.3.0"
-futures = "0.3.5"
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "io-util"] }
udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "87936ac29b68b902565955f138ab02294bcc8593" }