upgrade
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -5,10 +5,10 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
structopt = "0.3.26"
|
||||
iptables = "0.5.1"
|
||||
iptables = "0.5.2"
|
||||
linemux = "0.3.0"
|
||||
regex = "1.10.4"
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
|
||||
openssl = { version = "0.10.64", features = ["vendored"] }
|
||||
serde = {version = "1.0.204", features = ["derive"]}
|
||||
serde_json = "1.0.120"
|
||||
regex = "1.10.6"
|
||||
tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "signal"]}
|
||||
openssl = { version = "0.10.66", features = ["vendored"] }
|
||||
serde = {version = "1.0.208", features = ["derive"]}
|
||||
serde_json = "1.0.125"
|
||||
|
Reference in New Issue
Block a user