updated dependencies
This commit is contained in:
parent
9c5cc95d4b
commit
f72c503e93
@ -10,8 +10,8 @@ repository = "https://git.paulbsd.com/paulbsd/ipblc"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
clap = { version = "4.0", features = ["string"] }
|
||||
git-version = "0.3.5"
|
||||
clap = { version = "4.2", features = ["string"] }
|
||||
git-version = "0.3"
|
||||
ipnet = "2.7"
|
||||
lazy_static = "1.4"
|
||||
mnl = "0.2"
|
||||
@ -21,5 +21,5 @@ regex = "1.7"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json","rustls-tls"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.23", features = ["full", "sync"] }
|
||||
tokio = { version = "1.27", features = ["full", "sync"] }
|
||||
tungstenite = { version = "0.18", features = ["handshake","rustls-tls-native-roots"] }
|
||||
|
Loading…
Reference in New Issue
Block a user