From 49cc6a68655266961e63097f2a1239f7cac637f4 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 2 Nov 2021 03:26:51 -0700 Subject: [PATCH] chore(phantun) update fake-tcp dependency version to v0.1.3 --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 7d5b3a0..998306d 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 = "0.1.2" +fake-tcp = "0.1.3" tokio = { version = "1.12.0", features = ["full"] } log = "0.4" pretty_env_logger = "0.4.0"