chore(phantun) bump clap and tokio dependencies to latest

This commit is contained in:
Datong Sun 2021-12-05 07:01:58 -08:00
parent e2a9194f6f
commit d5e30c113f

View File

@ -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"