summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-02 13:52:06 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-02 15:07:09 +0200
commitaec5428f4244b1338edb7212e7d63034605f0f5d (patch)
tree68fddeb91ae4e5e70bf88cce5e91cfb3022e5f6a
parent859f612736042c55e758e259f4d04fc6f2024a47 (diff)
downloadmullvadvpn-aec5428f4244b1338edb7212e7d63034605f0f5d.tar.xz
mullvadvpn-aec5428f4244b1338edb7212e7d63034605f0f5d.zip
Remove unused dependencies from talpid-routing
-rw-r--r--Cargo.lock1
-rw-r--r--talpid-routing/Cargo.toml2
2 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19ad0bdab1..e6f50016c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3736,7 +3736,6 @@ dependencies = [
"netlink-sys",
"nix 0.26.1",
"rtnetlink",
- "socket2",
"system-configuration",
"talpid-types",
"talpid-windows-net",
diff --git a/talpid-routing/Cargo.toml b/talpid-routing/Cargo.toml
index 73cb3341fe..e21ec6da51 100644
--- a/talpid-routing/Cargo.toml
+++ b/talpid-routing/Cargo.toml
@@ -14,7 +14,6 @@ err-derive = "0.3.1"
futures = "0.3.15"
ipnetwork = "0.16"
log = "0.4"
-talpid-types = { path = "../talpid-types" }
tokio = { workspace = true, features = ["process", "rt-multi-thread", "net"] }
[target.'cfg(not(target_os="android"))'.dependencies]
@@ -37,7 +36,6 @@ system-configuration = "0.5.1"
[target.'cfg(windows)'.dependencies]
libc = "0.2"
-socket2 = { version = "0.4.2", features = ["all"] }
talpid-windows-net = { path = "../talpid-windows-net" }
widestring = "1.0"