mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 13:59:30 +08:00
chore(phantun) bump clap
and tokio
dependencies to latest
This commit is contained in:
parent
e2a9194f6f
commit
d5e30c113f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user