build(deps): bump chrono from 0.4.35 to 0.4.38

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.38.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.38)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-01 19:28:37 +00:00
committed by Quentin Gliech
parent 4c1b5d0a83
commit ec2c8f3fc5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -892,9 +892,9 @@ dependencies = [
[[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",

View File

@@ -69,7 +69,7 @@ version = "1.1.6"
# Time utilities
[workspace.dependencies.chrono]
version = "0.4.35"
version = "0.4.38"
default-features = false
features = ["serde", "clock"]