From 8a74b31c6e9f38769899ec82c8e6de4ac845343a Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 10 Apr 2022 01:37:59 -0700 Subject: [PATCH] chore(phantun) bump `fake-tcp` dependency to `v0.3.0` and release `v0.3.1` --- phantun/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 86765f0..5c866b3 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" @@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs. [dependencies] clap = { version = "3.0", features = ["cargo"] } socket2 = { version = "0.4", features = ["all"] } -fake-tcp = { path = "../fake-tcp", version = "0.2" } +fake-tcp = { path = "../fake-tcp", version = "0.3" } tokio = { version = "1.14", features = ["full"] } tokio-util = "0.7" log = "0.4"