Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.71 to 1.0.72 (#244)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.71...v1.0.72)

---
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 Nov 28, 2021
1 parent e78f00d commit 135a9ec
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.11"
lazy_static = "^1.4"
rand = "^0.7"
serde = { version = "^1.0.130", features = ["derive"], optional = true }
serde_json = { version = "^1.0.71", optional = true }
serde_json = { version = "^1.0.72", optional = true }
sha-1 = "^0.9.8"
sha2 = "^0.9.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.4"
percent-encoding = "^2.1"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.71"
serde_json = "^1.0.72"
tink-core = "^0.2"
tokio = "^1.14"
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 = "^0.9"
rand = "^0.7"
regex = "^1.5.4"
serde = { version = "^1.0.130", features = ["derive"] }
serde_json = "^1.0.71"
serde_json = "^1.0.72"
tink-core = { version = "^0.2", features = ["insecure", "json"] }
tink-aead = "^0.2"
tink-daead = "^0.2"
Expand Down

0 comments on commit 135a9ec

Please sign in to comment.