Skip to content

Commit

Permalink
chore(deps): Bump serde_json from 1.0.125 to 1.0.128
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.125...1.0.128)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Sep 23, 2024
1 parent e49bb0d commit d0838bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ schemars = { version = "0.8.21", default-features = false, features = [
semver = "1.0.9"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_derive = "1.0.137"
serde_json = "1.0.122"
serde_json = "1.0.128"
sha256 = { version = "1.5.0", default-features = false }
smart-default = "0.7.1"
spdx-rs = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3.30"
indexmap = "2.5.0"
prost = "0.13.2"
rand = "0.8.5"
serde_json = "1.0.125"
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.16"
tonic = "0.12.2"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indexmap = "2.5.0"
futures = "0.3.30"
prost = "0.13.2"
rand = "0.8.5"
serde_json = "1.0.125"
serde_json = "1.0.128"
sha2 = "0.10.8"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.30"
indexmap = "2.4.0"
prost = "0.13.1"
rand = "0.8.5"
serde_json = "1.0.125"
serde_json = "1.0.128"
tokio = { version = "1.39.2", features = ["rt"] }
tokio-stream = "0.1.15"
tonic = "0.12.1"
Expand Down

0 comments on commit d0838bb

Please sign in to comment.