From 8ae2a4765dce86aed45b27d4faccd6090f8c6b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:12:33 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.122 to 1.0.124 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a712f..31d63c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2617,9 +2617,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 991be31..e618904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ k8s-openapi = { version = "0.22.0", default-features = false, features = ["schem kube = { version = "0.91.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] } lazy_static = "1.5.0" serde = { version = "1.0.206", features = ["derive"] } -serde_json = "1.0.122" +serde_json = "1.0.124" serde_yaml = "0.9.34+deprecated" thiserror = "1.0.63" tokio = { version = "1.39.2", features = ["full"] }