From a54d1b375980f9bd152bce263570e59f1aa9068a Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 22 Sep 2021 22:04:15 -0700 Subject: [PATCH] chore(phantun): update fake-tcp used to 0.1.1 --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index ac1a3e9..b235adf 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs. [dependencies] clap = "2.33.3" socket2 = { version = "0.4.2", features = ["all"] } -fake-tcp = { path = "../fake-tcp" } +fake-tcp = "0.1.1" tokio = { version = "1.12.0", features = ["full"] } log = "0.4" pretty_env_logger = "0.4.0"