diff --git a/Cargo.lock b/Cargo.lock index a0ea720bdb5dfc..18526f8d2437c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8181,9 +8181,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 5b345c70c30063..36ff741793fdf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ indexmap = { version = "2.2.6", default-features = false, features = ["serde", " pin-project = { version = "1.1.5", default-features = false } proptest = "1.4" proptest-derive = "0.4.0" -serde_json = { version = "1.0.114", default-features = false, features = ["raw_value", "std"] } +serde_json = { version = "1.0.115", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.197", default-features = false, features = ["alloc", "derive", "rc"] } toml = { version = "0.8.12", default-features = false, features = ["display", "parse"] } vrl = { version = "0.13.0", features = ["arbitrary", "cli", "test", "test_framework"] }