mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 22:09: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.
|
Layer 3 & Layer 4 (NAPT) firewalls/NATs.
|
||||||
"""
|
"""
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33"
|
clap = "2.34"
|
||||||
socket2 = { version = "0.4", features = ["all"] }
|
socket2 = { version = "0.4", features = ["all"] }
|
||||||
fake-tcp = "0.2.1"
|
fake-tcp = "0.2.2"
|
||||||
tokio = { version = "1.12", features = ["full"] }
|
tokio = { version = "1.14", features = ["full"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.4"
|
pretty_env_logger = "0.4"
|
||||||
dndx-fork-tokio-tun = "0.4"
|
dndx-fork-tokio-tun = "0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user