mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
update deps
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -47,14 +47,14 @@ maxminddb = "0.26.0"
|
||||
confy = "1.0.0"
|
||||
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
|
||||
rodio = { version = "0.21.1", default-features = false, features = ["mp3", "playback"] }
|
||||
dns-lookup = "2.1.0"
|
||||
dns-lookup = "3.0.0"
|
||||
toml = "0.9.5"
|
||||
ctrlc = { version = "3.4.7", features = ["termination"] }
|
||||
rfd = "0.15.4"
|
||||
phf = "0.12.1"
|
||||
phf_shared = "0.12.1"
|
||||
phf = "0.13.1"
|
||||
phf_shared = "0.13.1"
|
||||
splines = "5.0.0"
|
||||
clap = { version = "4.5.44", features = ["derive"] }
|
||||
clap = { version = "4.5.46", features = ["derive"] }
|
||||
tokio = { version = "1.47.1", features = ["macros"] }
|
||||
async-channel = "2.5.0"
|
||||
|
||||
@@ -62,10 +62,10 @@ async-channel = "2.5.0"
|
||||
gag = "1.0.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "powerpc64"))'.dependencies]
|
||||
reqwest = { version = "0.12.22", default-features = false, features = ["json", "rustls-tls"] }
|
||||
reqwest = { version = "0.12.23", default-features = false, features = ["json", "rustls-tls"] }
|
||||
|
||||
[target.'cfg(target_arch = "powerpc64")'.dependencies]
|
||||
reqwest = { version = "0.12.22", features = ["json"] }
|
||||
reqwest = { version = "0.12.23", features = ["json"] }
|
||||
|
||||
#───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -77,8 +77,8 @@ serial_test = { version = "3.2.0", default-features = false }
|
||||
#───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.12.1"
|
||||
phf_shared = "0.12.1"
|
||||
phf_codegen = "0.13.1"
|
||||
phf_shared = "0.13.1"
|
||||
rustrict = { version = "0.7.36", default-features = false, features = ["censor"] }
|
||||
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user