Bump chrono from 0.4.39 to 0.4.41 (#1397)

This commit is contained in:
dependabot[bot] 2025-06-14 08:50:10 +00:00 committed by GitHub
parent bf02138141
commit c5ceb7f47a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -191,9 +191,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.39"
version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
dependencies = [
"num-traits",
]

View file

@ -7,7 +7,7 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
chrono = { version = "0.4.41", default-features = false, features = ["std"] }
human_name = "2.0.4"
itertools.workspace = true
rowan.workspace = true