Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.119 to 1.0.120 (#300)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...v1.0.120)

---
updated-dependencies:
- dependency-name: serde_json
  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 Jul 8, 2024
1 parent a80d76d commit c2cc9e1
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 @@ -10,5 +10,5 @@ regress = "0.10.0"
# https://github.com/Marwes/schemafy/pull/76
# schemafy = { git = "https://github.com/woodruffw-forks/schemafy", rev = "de28e87" }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.120"
typify = "0.1.0"
2 changes: 1 addition & 1 deletion harness/rust-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.38"
pem = "3.0.4"
serde_json = "1.0.119"
serde_json = "1.0.120"
rustls-webpki = { version = "0.102.5", 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 @@ -7,5 +7,5 @@ edition = "2021"
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.38"
pem = "3.0.4"
serde_json = "1.0.119"
serde_json = "1.0.120"
webpki = { version = "0.22.4", features = ["std"] }

0 comments on commit c2cc9e1

Please sign in to comment.