build(deps): bump chrono from 0.4.40 to 0.4.41 (#4480)

This commit is contained in:
Quentin Gliech
2025-04-30 14:02:14 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -927,9 +927,9 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.40"
version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@@ -118,7 +118,7 @@ version = "0.15.11"
# Time utilities
[workspace.dependencies.chrono]
version = "0.4.40"
version = "0.4.41"
default-features = false
features = ["serde", "clock"]