diff --git a/Cargo.lock b/Cargo.lock index 6a8af7ec0..67ad76b2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,11 +1138,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index dfe41307f..b0042eb4a 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.22", 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.131", optional = true } syn = { version = "2.0.48", optional = true } typify = { version = "0.0.15", optional = true }