summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-07-06 13:25:32 +0200
committerLinus Färnstrand <faern@faern.net>2023-07-07 14:52:14 +0200
commit8e827e8a02b68c7f999fe287f53e764d648cff6f (patch)
treeb7b72ebda4e51371252960a0c6b111115af10758
parent1d82cb85f59575edf4004eefde73be5614c3b6d1 (diff)
downloadmullvadvpn-8e827e8a02b68c7f999fe287f53e764d648cff6f.tar.xz
mullvadvpn-8e827e8a02b68c7f999fe287f53e764d648cff6f.zip
Remove unused instance of os_pipe
-rw-r--r--Cargo.lock1
-rw-r--r--talpid-core/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9e7a671fa..b237808e43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3657,7 +3657,6 @@ dependencies = [
"nftnl",
"nix 0.23.1",
"once_cell",
- "os_pipe",
"parity-tokio-ipc",
"parking_lot",
"pfctl",
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index e9b3b0db1a..69059493e0 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -20,7 +20,6 @@ lazy_static = "1.0"
once_cell = "1.13"
libc = "0.2"
log = "0.4"
-os_pipe = "1.1.4"
parking_lot = "0.12.0"
regex = "1.1.0"
talpid-routing = { path = "../talpid-routing" }