1
0

some lib upgrade for martillo-maldito

This commit is contained in:
2024-11-28 13:34:08 +01:00
parent 19a69a2af1
commit 41abf04a63
2 changed files with 52 additions and 52 deletions

View File

@@ -6,14 +6,14 @@ edition = "2021"
[dependencies]
structopt = "0.3.26"
iptables = "0.5.2"
regex = "1.10.6"
regex = "1.11.1"
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread", "signal"]}
serde = {version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"
serde = {version = "1.0.215", features = ["derive"]}
serde_json = "1.0.133"
log = "0.4.22"
logfmt_logger = "0.1.1"
openssl = { version = "0.10.66", features = ["vendored"] }
openssl = { version = "0.10.68", features = ["vendored"] }