chore(phantun) bump fake-tcp dependency to v0.3.0 and release

`v0.3.1`
This commit is contained in:
Datong Sun 2022-04-10 01:37:59 -07:00
parent ca14ba457f
commit 8a74b31c6e

View File

@ -1,6 +1,6 @@
[package] [package]
name = "phantun" name = "phantun"
version = "0.3.0" version = "0.3.1"
edition = "2021" edition = "2021"
authors = ["Datong Sun <dndx@idndx.com>"] authors = ["Datong Sun <dndx@idndx.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
[dependencies] [dependencies]
clap = { version = "3.0", features = ["cargo"] } clap = { version = "3.0", features = ["cargo"] }
socket2 = { version = "0.4", features = ["all"] } socket2 = { version = "0.4", features = ["all"] }
fake-tcp = { path = "../fake-tcp", version = "0.2" } fake-tcp = { path = "../fake-tcp", version = "0.3" }
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"