diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | mullvad-relay-selector/Cargo.toml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 787af0fdb5..63b2860b48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,12 +2152,10 @@ dependencies = [ "mullvad-types", "parking_lot", "rand 0.8.5", - "serde", "serde_json", "talpid-core", "talpid-types", "tokio", - "tokio-stream", ] [[package]] diff --git a/mullvad-relay-selector/Cargo.toml b/mullvad-relay-selector/Cargo.toml index 39a891ab35..6a69062395 100644 --- a/mullvad-relay-selector/Cargo.toml +++ b/mullvad-relay-selector/Cargo.toml @@ -16,10 +16,8 @@ ipnetwork = "0.16" log = "0.4" parking_lot = "0.12.0" rand = "0.8.5" -serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { workspace = true, features = ["fs", "io-util", "time"] } -tokio-stream = "0.1" talpid-core = { path = "../talpid-core" } talpid-types = { path = "../talpid-types" } |
