chore(deps): update rust crate chrono to 0.4.38
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-04-15 10:05:19 +00:00
parent dd2bf3fe94
commit f61c432762
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -275,9 +275,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.37"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@ -34,4 +34,4 @@ uuid = {version = "1.8.0", features = ["v4", "serde"]}
itertools = {version = "0.12.1"}
sled = "0.34.7"
chrono = {version = "0.4.37", features = ["serde"]}
chrono = {version = "0.4.38", features = ["serde"]}