mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
update deps
This commit is contained in:
412
Cargo.lock
generated
412
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -37,7 +37,7 @@ strip = true
|
||||
#═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
|
||||
|
||||
[dependencies]
|
||||
pcap = "2.3.0"
|
||||
pcap = "2.4.0"
|
||||
etherparse = "0.19.0"
|
||||
chrono = { version = "0.4.42", default-features = false, features = ["clock"] }
|
||||
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
|
||||
@@ -51,7 +51,7 @@ rodio = { version = "0.21.1", default-features = false, features = ["mp3", "play
|
||||
dns-lookup = "3.0.1"
|
||||
toml = "0.9.8"
|
||||
ctrlc = { version = "3.5.1", features = ["termination"] }
|
||||
rfd = "0.15.4"
|
||||
rfd = "0.16.0"
|
||||
phf = "0.13.1"
|
||||
phf_shared = "0.13.1"
|
||||
splines = "5.0.0"
|
||||
@@ -81,7 +81,7 @@ serial_test = { version = "3.2.0", default-features = false }
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.13.1"
|
||||
phf_shared = "0.13.1"
|
||||
rustrict = { version = "0.7.36", default-features = false, features = ["censor"] }
|
||||
rustrict = { version = "0.7.37", default-features = false, features = ["censor"] }
|
||||
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
winres = "0.1.12"
|
||||
|
||||
Reference in New Issue
Block a user