From ac10dc78911adee5b2affb5e2ce86773b99199e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:59:51 +0000 Subject: [PATCH] build(deps): Bump serde_json in /functional-tests in the rust group Bumps the rust group in /functional-tests with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] --- functional-tests/Cargo.lock | 4 ++-- functional-tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 4c676e7ab..196d6d604 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index 18e9b89de..8f121a84e 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Adrian Utrilla "] [dependencies] tempfile = "3.15.0" serde = "1.0" -serde_json = "1.0.134" +serde_json = "1.0.135" serde_yaml = "0.9.34" serde_derive = "1.0" lazy_static = "1.5.0"