From 5a4a2b2a10131af7ef4ca32ff13b9040e231f5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:26:10 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.115 to 1.0.116 (#20320) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116) --- 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 c68d8c38fe92a..a73408f2167bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8213,9 +8213,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/Cargo.toml b/Cargo.toml index c8fc568e1f8dc..b3913dcfb3239 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.115", default-features = false, features = ["raw_value", "std"] } +serde_json = { version = "1.0.116", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.198", 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"] }