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

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.40 to 0.4.41.
- [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.40...v0.4.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-30 15:55:16 -07:00 committed by GitHub
parent cdff9e2f68
commit b84dd5cd6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -264,9 +264,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[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

@ -9,7 +9,7 @@ publish = false
ahash = "0.8"
anyhow = "1"
async-trait = "0.1"
chrono = { version = "0.4.40", default-features = false }
chrono = { version = "0.4.41", default-features = false }
futures = { version = "0.3", default-features = false, features = ["std"] }
http = { workspace = true }
ipnet = "2"

View File

@ -8,7 +8,7 @@ publish = false
[dependencies]
ahash = "0.8"
anyhow = "1"
chrono = { version = "0.4.40", default-features = false }
chrono = { version = "0.4.41", default-features = false }
futures = { version = "0.3", default-features = false }
http = { workspace = true }
kube = { workspace = true, default-features = false, features = [

View File

@ -9,7 +9,7 @@ publish = false
ahash = "0.8"
anyhow = "1"
# Fix for https://github.com/chronotope/chrono/issues/602
chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
chrono = { version = "0.4.41", default-features = false, features = ["clock"] }
kubert = { workspace = true, default-features = false, features = [
"index",
"lease",