From d5e30c113fc836a0de61eaf42672e845724486e9 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 5 Dec 2021 07:01:58 -0800 Subject: [PATCH] chore(phantun) bump `clap` and `tokio` dependencies to latest --- phantun/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 278fe12..c5886e2 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -11,10 +11,10 @@ Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs. """ [dependencies] -clap = "2.33" +clap = "2.34" socket2 = { version = "0.4", features = ["all"] } -fake-tcp = "0.2.1" -tokio = { version = "1.12", features = ["full"] } +fake-tcp = "0.2.2" +tokio = { version = "1.14", features = ["full"] } log = "0.4" pretty_env_logger = "0.4" dndx-fork-tokio-tun = "0.4"