This commit is contained in:
parent
1998e6e77a
commit
e2fd60a5eb
1045
Cargo.lock
generated
1045
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
20
Cargo.toml
20
Cargo.toml
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ipblc"
|
name = "ipblc"
|
||||||
version = "1.7.0"
|
version = "1.7.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["PaulBSD <paul@paulbsd.com>"]
|
authors = ["PaulBSD <paul@paulbsd.com>"]
|
||||||
description = "ipblc is a tool that search and send attacking ip addresses to ipbl"
|
description = "ipblc is a tool that search and send attacking ip addresses to ipbl"
|
||||||
@ -10,20 +10,20 @@ repository = "https://git.paulbsd.com/paulbsd/ipblc"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
clap = { version = "4.4", features = ["string"] }
|
clap = { version = "4.5", features = ["string"] }
|
||||||
git-version = "0.3"
|
git-version = "0.3"
|
||||||
ipnet = "2.9"
|
ipnet = "2.10"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.5"
|
||||||
mnl = "0.2"
|
mnl = "0.2"
|
||||||
nftnl = "0.6"
|
nftnl = "0.7"
|
||||||
nix = { version = "0.27", features = ["hostname", "inotify"] }
|
nix = { version = "0.29", features = ["hostname", "inotify"] }
|
||||||
regex = "1.10"
|
regex = "1.11"
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
sd-notify = { version = "0.4" }
|
sd-notify = { version = "0.4" }
|
||||||
tokio = { version = "1.35", features = ["full", "sync"] }
|
tokio = { version = "1.41", features = ["full", "sync"] }
|
||||||
tungstenite = { version = "0.21", features = ["handshake", "rustls-tls-native-roots"] }
|
tungstenite = { version = "0.24", features = ["handshake", "rustls-tls-native-roots"] }
|
||||||
|
|
||||||
## to optimize binary size (slow compile time)
|
## to optimize binary size (slow compile time)
|
||||||
#[profile.release]
|
#[profile.release]
|
||||||
|
Loading…
Reference in New Issue
Block a user