Merge pull request #286 from ivre/dependabot/cargo/chrono-0.4.41

chore(deps): bump chrono from 0.4.39 to 0.4.41
This commit is contained in:
Pierre 2025-05-05 23:50:59 +02:00 committed by GitHub
commit 8e25fae44d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

12
Cargo.lock generated
View file

@ -133,16 +133,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.39" version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
"js-sys", "js-sys",
"num-traits", "num-traits",
"wasm-bindgen", "wasm-bindgen",
"windows-targets 0.52.0", "windows-link",
] ]
[[package]] [[package]]
@ -962,6 +962,12 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]] [[package]]
name = "windows-sys" name = "windows-sys"
version = "0.36.1" version = "0.36.1"

View file

@ -23,7 +23,7 @@ edition = "2018"
[dependencies] [dependencies]
bitflags = "2.9.0" bitflags = "2.9.0"
byteorder = "1.5.0" byteorder = "1.5.0"
chrono = "0.4.39" chrono = "0.4.41"
clap = "4.5.37" clap = "4.5.37"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.1" flate2 = "1.1"