From 5d91971aba9a3b3a8495909674d165b5ab04e45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:28:22 +0100 Subject: [PATCH] build(deps): bump serde_json from 1.0.118 to 1.0.120 (#698) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.118...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- integration/gcpkms/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc0748f1..26d7eb8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,9 +2077,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.118" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/core/Cargo.toml b/core/Cargo.toml index f43801a1..c3aac295 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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.118", optional = true } +serde_json = { version = "^1.0.120", optional = true } sha-1 = "^0.10.1" sha2 = "^0.10.8" subtle = "^2.4" diff --git a/integration/gcpkms/Cargo.toml b/integration/gcpkms/Cargo.toml index 5e295cf9..6e3a419e 100644 --- a/integration/gcpkms/Cargo.toml +++ b/integration/gcpkms/Cargo.toml @@ -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.118" +serde_json = "^1.0.120" tink-core = "^0.2" tokio = "^1.16" yup-oauth2 = "^5.1" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 087a8d39..cb6d8af5 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -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.118" +serde_json = "^1.0.120" tink-core = { version = "^0.2", features = ["insecure", "json"] } tink-aead = "^0.2" tink-daead = "^0.2"