diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-07-06 13:25:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-07-07 14:52:14 +0200 |
| commit | 8e827e8a02b68c7f999fe287f53e764d648cff6f (patch) | |
| tree | b7b72ebda4e51371252960a0c6b111115af10758 | |
| parent | 1d82cb85f59575edf4004eefde73be5614c3b6d1 (diff) | |
| download | mullvadvpn-8e827e8a02b68c7f999fe287f53e764d648cff6f.tar.xz mullvadvpn-8e827e8a02b68c7f999fe287f53e764d648cff6f.zip | |
Remove unused instance of os_pipe
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 1 |
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" } |
