From c67af814124dc639a4da2807e97d84d00b96be4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:50:13 +0100 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.134 to 1.0.135 (#148) Bumps [serde_json](https://github.com/serde-rs/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 ... 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 82d6333..23d849b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2561,9 +2561,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/Cargo.toml b/Cargo.toml index f67f27b..b889b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ kube = { version = "0.97", features = [ schemars = { version = "0.8.21", features = ["chrono"] } serde = { version = "1.0.217", features = ["derive"] } serde_with = "3.12" -serde_json = "1.0.134" +serde_json = "1.0.135" serde_yaml = "0.9.25" prometheus = "0.13.4" chrono = { version = "0.4.39", features = ["serde"] }