From b40ca10cc11c3ef19c26e0ef4242c889cd711ab5 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 25 Oct 2022 08:36:42 -0700 Subject: [PATCH] chore(phantun): bump `fake-tcp` dependency to `v0.5.0` --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 55a9023..0864195 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs. [dependencies] clap = { version = "4.0", features = ["cargo"] } socket2 = { version = "0.4", features = ["all"] } -fake-tcp = { path = "../fake-tcp", version = "0.4" } +fake-tcp = { path = "../fake-tcp", version = "0.5" } tokio = { version = "1.14", features = ["full"] } tokio-util = "0.7" log = "0.4"