Skip to content

Commit

Permalink
build(deps): bump chrono from 0.4.38 to 0.4.39 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
dependabot[bot] and woodruffw authored Jan 7, 2025
1 parent 5e9a0bd commit 086a14e
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.38", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
regress = "0.10.1"
# 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.38"
chrono = "0.4.39"
pem = "3.0.4"
serde_json = "1.0.134"
rustls-webpki = { version = "0.102.8", 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.38"
chrono = "0.4.39"
pem = "3.0.4"
serde_json = "1.0.134"
webpki = { version = "0.22.4", features = ["std"] }

0 comments on commit 086a14e

Please sign in to comment.