From d7885629f20bc012a4c7b072ed1a7c7e8193d826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:32:28 +0000 Subject: [PATCH] chore(deps): bump json-patch from 1.4.0 to 3.0.1 Bumps [json-patch](https://github.com/idubrov/json-patch) from 1.4.0 to 3.0.1. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/idubrov/json-patch/compare/v1.4.0...v3.0.1) --- updated-dependencies: - dependency-name: json-patch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++-------------- libs/vscode/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40a972f..d640d4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ version = "0.1.1" dependencies = [ "crd", "helper", - "json-patch 3.0.1", + "json-patch", "jsonschema", "k8s-openapi", "kube", @@ -1235,17 +1235,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "json-patch" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" -dependencies = [ - "serde", - "serde_json", - "thiserror 1.0.69", -] - [[package]] name = "json-patch" version = "3.0.1" @@ -1381,7 +1370,7 @@ dependencies = [ "chrono", "form_urlencoded", "http 1.2.0", - "json-patch 3.0.1", + "json-patch", "k8s-openapi", "schemars", "serde", @@ -3019,7 +3008,7 @@ dependencies = [ "http-body-util", "hyper 1.5.2", "hyper-util", - "json-patch 1.4.0", + "json-patch", "k8s-openapi", "kube", "serde", diff --git a/libs/vscode/Cargo.toml b/libs/vscode/Cargo.toml index 2ca1b44..010f41e 100644 --- a/libs/vscode/Cargo.toml +++ b/libs/vscode/Cargo.toml @@ -16,6 +16,6 @@ k8s-openapi = { workspace = true } hyper = { version = "1.4", features = ["client", "http1"] } serde = "1.0.210" url = "2.5.2" -json-patch = "1.2.0" +json-patch = "3.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html