diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-12-20 17:04:27 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-12-20 17:36:34 +0100 |
| commit | f58dfd59f013ca4873723b519abc367c557c9352 (patch) | |
| tree | b61518ac9037e21fb6cebd15a782cdef87864926 | |
| parent | 512c4aeb70f9b77afc2e9b6cb936571d91e4fbcd (diff) | |
| download | mullvadvpn-f58dfd59f013ca4873723b519abc367c557c9352.tar.xz mullvadvpn-f58dfd59f013ca4873723b519abc367c557c9352.zip | |
Remove unused `futures` dep
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | talpid-tunnel-config-client/Cargo.toml | 1 |
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 } |
