diff --git a/Cargo.lock b/Cargo.lock index 01644b15..0bb1f2b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,9 +2077,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", diff --git a/core/Cargo.toml b/core/Cargo.toml index 61301fc9..7730f13b 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.116", optional = true } +serde_json = { version = "^1.0.117", 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 f7f8b69a..15c2da7e 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.116" +serde_json = "^1.0.117" tink-core = "^0.2" tokio = "^1.16" yup-oauth2 = "^5.1" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 762e6bf8..6a980fe6 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.116" +serde_json = "^1.0.117" tink-core = { version = "^0.2", features = ["insecure", "json"] } tink-aead = "^0.2" tink-daead = "^0.2"