diff --git a/Cargo.lock b/Cargo.lock index e5afb4ef1..023561c26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa", "ryu", diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index 66f6a00c7..8fb484aca 100644 --- a/crates/integration-tests/Cargo.toml +++ b/crates/integration-tests/Cargo.toml @@ -12,7 +12,7 @@ expectorate = { version = "1.0.6", optional = true } prettyplease = { version = "0.2.17", optional = true } schemars = { version = "0.8.17", optional = true } serde = { version = "1", optional = true } -serde_json = { version = "1.0.115", optional = true } +serde_json = { version = "1.0.118", optional = true } syn = { version = "2.0.48", optional = true } typify = { version = "0.0.15", optional = true }