Merge pull request #288 from uutils/dependabot/cargo/chrono-0.4.31

build(deps): bump chrono from 0.4.29 to 0.4.31
This commit is contained in:
Sylvestre Ledru
2023-09-18 08:17:41 +02:00
committed by GitHub
Generated
+3 -14
View File
@@ -198,15 +198,14 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.29"
version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"time 0.1.43",
"wasm-bindgen",
"windows-targets",
]
@@ -1060,16 +1059,6 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "time"
version = "0.3.23"
@@ -1142,7 +1131,7 @@ dependencies = [
"nix",
"once_cell",
"os_display",
"time 0.3.23",
"time",
"uucore_procs",
"wild",
"winapi-util",