1
0

upgrading, and improving ban server

This commit is contained in:
2024-08-30 12:27:32 +02:00
parent dffa6b7ed7
commit 0593a2bfea
3 changed files with 124 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "martillo-maldito"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[dependencies]
@@ -8,7 +8,9 @@ structopt = "0.3.26"
iptables = "0.5.2"
linemux = "0.3.0"
regex = "1.10.6"
tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "signal"]}
tokio = { version = "1.40.0", 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"
serde = {version = "1.0.209", features = ["derive"]}
serde_json = "1.0.127"
log = "0.4.22"
logfmt_logger = "0.1.1"