Skip to content

Commit

Permalink
build(deps): bump chrono from 0.4.35 to 0.4.37 (linkerd#12357)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.37)

---
updated-dependencies:
- dependency-name: chrono
  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>
Signed-off-by: Mark S <the@wondersmith.dev>
  • Loading branch information
dependabot[bot] authored and the-wondersmith committed Apr 24, 2024
1 parent fc72a8e commit 3fca907
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "chrono"
version = "0.4.35"
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
dependencies = [
"android-tzdata",
"iana-time-zone",
Expand Down
2 changes: 1 addition & 1 deletion policy-controller/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
ahash = "0.8"
anyhow = "1"
async-trait = "0.1"
chrono = { version = "0.4.35", default_features = false }
chrono = { version = "0.4.37", default_features = false }
futures = { version = "0.3", default-features = false, features = ["std"] }
http = "0.2"
ipnet = "2"
Expand Down
2 changes: 1 addition & 1 deletion policy-controller/k8s/status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
ahash = "0.8"
anyhow = "1"
# Fix for https://github.com/chronotope/chrono/issues/602
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
chrono = { version = "0.4.37", default-features = false, features = ["clock"] }
k8s-gateway-api = "0.15"
kubert = { version = "0.21.1", default-features = false, features = [
"index",
Expand Down

0 comments on commit 3fca907

Please sign in to comment.