From 716b664970809e256e519551ee95d5e6c189f4cd Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 19 Sep 2021 02:05:08 -0700 Subject: [PATCH] chore(phantun) use fake-tcp from crates.io --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index a655072..db0938a 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -13,7 +13,7 @@ Layer 4 firewalls. [dependencies] clap = "2.33.3" socket2 = { version = "0.4.2", features = ["all"] } -fake-tcp = { path = "../fake-tcp" } +fake-tcp = "0.1.0" tokio-tun = "0.3.15" tokio = { version = "1.11.0", features = ["full"] } log = "0.4"