Update Rust crate chrono to 0.4.38

This commit is contained in:
renovate[bot]
2024-04-16 16:20:52 +00:00
committed by GitHub
parent 1b311c6673
commit 1149a247dd
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -90,9 +90,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.35"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
+1 -1
View File
@@ -15,7 +15,7 @@ name = "diffutils"
path = "src/main.rs"
[dependencies]
chrono = "0.4.35"
chrono = "0.4.38"
diff = "0.1.10"
regex = "1.10.3"
same-file = "1.0.6"