chore(phantun): bump fake-tcp dependency to v0.5.0

This commit is contained in:
Datong Sun 2022-10-25 08:36:42 -07:00
parent 30f0a1118b
commit b40ca10cc1

View File

@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
[dependencies] [dependencies]
clap = { version = "4.0", features = ["cargo"] } clap = { version = "4.0", features = ["cargo"] }
socket2 = { version = "0.4", features = ["all"] } socket2 = { version = "0.4", features = ["all"] }
fake-tcp = { path = "../fake-tcp", version = "0.4" } fake-tcp = { path = "../fake-tcp", version = "0.5" }
tokio = { version = "1.14", features = ["full"] } tokio = { version = "1.14", features = ["full"] }
tokio-util = "0.7" tokio-util = "0.7"
log = "0.4" log = "0.4"