diff options
| -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" } |
