upgrading, and improving ban server
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user