diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index aebffc6..c005a90 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -11,7 +11,7 @@ Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs. """ [dependencies] -clap = { version = "3.0", features = ["cargo"] } +clap = { version = "4.0", features = ["cargo"] } socket2 = { version = "0.4", features = ["all"] } fake-tcp = { path = "../fake-tcp", version = "0.4" } tokio = { version = "1.14", features = ["full"] }