From d89b2dd538fb16a09056b4e5b70246c74186ba45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:48:42 +0000 Subject: [PATCH] build(deps): bump json-patch from 1.0.0 to 1.1.0 Bumps [json-patch](https://github.com/idubrov/json-patch) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/idubrov/json-patch/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: json-patch dependency-type: direct:production update-type: version-update:semver-minor ... 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 b3f80e0..a0d6a12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "json-patch" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f54898088ccb91df1b492cc80029a6fdf1c48ca0db7c6822a8babad69c94658" +checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 9ff9b19..b624672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" anyhow = "1.0.75" axum = { version = "0.6.20", features = ["tracing", "http2", "macros"] } axum-server = { version = "0.5.1", features = ["rustls", "tls-rustls"] } -json-patch = "1.0.0" +json-patch = "1.1.0" k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] } kube = { version = "0.86.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false } log = { version = "0.4.20", features = ["kv_unstable", "serde", "kv_unstable_serde"] }