Skip to content

Commit

Permalink
chore(phantun): bump fake-tcp dependency to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Oct 25, 2022
1 parent 30f0a11 commit b40ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
[dependencies]
clap = { version = "4.0", features = ["cargo"] }
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-util = "0.7"
log = "0.4"
Expand Down

0 comments on commit b40ca10

Please sign in to comment.