Merge pull request #497 from uutils/dependabot/cargo/chrono-0.4.40

build(deps): bump chrono from 0.4.38 to 0.4.40
This commit is contained in:
Daniel Hofstetter
2025-04-05 10:07:02 +02:00
committed by GitHub
2 changed files with 10 additions and 4 deletions
Generated
+9 -3
View File
@@ -161,16 +161,16 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"windows-targets",
"windows-link",
]
[[package]]
@@ -1146,6 +1146,12 @@ dependencies = [
"windows-targets",
]
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]]
name = "windows-sys"
version = "0.59.0"
+1 -1
View File
@@ -10,7 +10,7 @@ description = "Rust implementation of GNU findutils"
authors = ["uutils developers"]
[dependencies]
chrono = "0.4.38"
chrono = "0.4.40"
clap = "4.5"
faccess = "0.2.4"
walkdir = "2.5"