From 3898c14c6196c902450a843413c799b0ad8efe4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:59:05 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.135 to 1.0.139 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.139. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.139) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/crd/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 946d36e..6e155a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2246,9 +2246,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/libs/crd/Cargo.toml b/libs/crd/Cargo.toml index 032e19b..76b2d4a 100644 --- a/libs/crd/Cargo.toml +++ b/libs/crd/Cargo.toml @@ -8,5 +8,5 @@ k8s-openapi = { workspace = true } kube = { workspace = true } schemars = "0.8" serde = { workspace = true } -serde_json = "1.0.134" +serde_json = "1.0.139" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html