mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
Merge pull request #794 from GyulyVGC/dependabot/cargo/main/chrono-0.4.41
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -647,9 +647,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.40"
|
||||
version = "0.4.41"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
||||
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
||||
@@ -39,7 +39,7 @@ strip = true
|
||||
[dependencies]
|
||||
pcap = "2.2.0"
|
||||
etherparse = "0.18.0"
|
||||
chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.41", default-features = false, features = ["clock"] }
|
||||
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
|
||||
iced = { version = "0.13.1", features = ["tokio", "svg", "advanced", "lazy", "image"] }
|
||||
plotters-iced = "0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user