1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #5220 from uutils/renovate/chrono-0.x

chore(deps): update rust crate chrono to ^0.4.27
This commit is contained in:
Daniel Hofstetter 2023-08-29 17:56:26 +02:00 committed by GitHub
commit 6752618cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -240,14 +240,14 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.26" version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
"num-traits", "num-traits",
"winapi", "windows-targets 0.48.0",
] ]
[[package]] [[package]]

View file

@ -263,7 +263,7 @@ binary-heap-plus = "0.5.0"
bstr = "1.6" bstr = "1.6"
bytecount = "0.6.3" bytecount = "0.6.3"
byteorder = "1.4.3" byteorder = "1.4.3"
chrono = { version = "^0.4.26", default-features = false, features = [ chrono = { version = "^0.4.27", default-features = false, features = [
"std", "std",
"alloc", "alloc",
"clock", "clock",