From c5a5116808d60bbe6716f12eb224f26b839145bd Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Thu, 18 Nov 2021 20:37:28 -0800 Subject: [PATCH] chore(phantun) bump to v0.2.3, bump `fake-tcp` dependency to v0.2.0 --- phantun/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 998306d..3624a26 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" @@ -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.3" +fake-tcp = "0.2.0" tokio = { version = "1.12.0", features = ["full"] } log = "0.4" pretty_env_logger = "0.4.0"