From ae3696f8ec4677970b2e0e023a56a8a28df44c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:30:11 -0700 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.121 to 1.0.125 (#21092) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.125. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...1.0.125) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2de37f321a6..336263f6a4b6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8389,9 +8389,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 73ebde2fda44c..858d0e680a218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ metrics-util = { version = "0.16.3", default-features = false, features = ["regi pin-project = { version = "1.1.5", default-features = false } proptest = { version = "1.5" } proptest-derive = { version = "0.4.0" } -serde_json = { version = "1.0.121", default-features = false, features = ["raw_value", "std"] } +serde_json = { version = "1.0.125", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.206", default-features = false, features = ["alloc", "derive", "rc"] } toml = { version = "0.8.16", default-features = false, features = ["display", "parse"] } vrl = { version = "0.17.0", features = ["arbitrary", "cli", "test", "test_framework"] }