Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.117 to 1.0.118 (#694)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.118.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.118)

---
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 Jun 26, 2024
1 parent dadea07 commit 9a42bd8
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hkdf = "^0.12.4"
lazy_static = "^1.5"
rand = "^0.8"
serde = { version = "^1.0.203", features = ["derive"], optional = true }
serde_json = { version = "^1.0.117", optional = true }
serde_json = { version = "^1.0.118", optional = true }
sha-1 = "^0.10.1"
sha2 = "^0.10.8"
subtle = "^2.4"
Expand Down
2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hyper-rustls = "^0.22.1"
lazy_static = "^1.5"
percent-encoding = "^2.3"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.117"
serde_json = "^1.0.118"
tink-core = "^0.2"
tokio = "^1.16"
yup-oauth2 = "^5.1"
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ p256 = { version = "^0.13.2", features = ["ecdsa", "pkcs8"] }
rand = "^0.8"
regex = "^1.10.5"
serde = { version = "^1.0.203", features = ["derive"] }
serde_json = "^1.0.117"
serde_json = "^1.0.118"
tink-core = { version = "^0.2", features = ["insecure", "json"] }
tink-aead = "^0.2"
tink-daead = "^0.2"
Expand Down

0 comments on commit 9a42bd8

Please sign in to comment.