From 902076b09fbc9e893b3d16612b595c04fcf68d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:55:39 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.114 to 1.0.115 (#20188) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115) --- 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 26664e36f1c3e..e21cfc01a2a7d 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 92fa5c3f15522..6ab43a5df49e3 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"] }