Skip to content

Commit

Permalink
build(deps): bump chrono from 0.4.33 to 0.4.34 (#199)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.34.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.33...v0.4.34)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 063ab9a commit bf860cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harness-support/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
chrono = { version = "0.4.33", features = ["serde"] }
chrono = { version = "0.4.34", features = ["serde"] }
regress = "0.8.0"
# TODO: Replace with upstream once merged:
# https://github.com/Marwes/schemafy/pull/76
Expand Down
2 changes: 1 addition & 1 deletion harness/rust-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.33"
chrono = "0.4.34"
pem = "3.0.3"
serde_json = "1.0.113"
rustls-webpki = { version = "0.102.2", features = ["std"] }
2 changes: 1 addition & 1 deletion harness/rust-webpki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.33"
chrono = "0.4.34"
pem = "3.0.3"
serde_json = "1.0.113"
webpki = { version = "0.22.4", features = ["std"] }

0 comments on commit bf860cd

Please sign in to comment.