From d0eaefe5d04b707d7c9083eebc94706c020bfbc7 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 5 Dec 2021 06:49:35 -0800 Subject: [PATCH] chore(phantun) specify exact version for `fake-tcp` dependency --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 8b41243..278fe12 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs. [dependencies] clap = "2.33" socket2 = { version = "0.4", features = ["all"] } -fake-tcp = "0.2" +fake-tcp = "0.2.1" tokio = { version = "1.12", features = ["full"] } log = "0.4" pretty_env_logger = "0.4"