From 9e0299222daa741dae5bffb145064bfbe7ab88c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:54:02 +0000 Subject: [PATCH] Update json-patch requirement from 1.0.0 to 2.0.0 Updates the requirements on [json-patch](https://github.com/idubrov/json-patch) to permit the latest version. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/idubrov/json-patch/compare/v1.0.0...v1.4.0) --- updated-dependencies: - dependency-name: json-patch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 795d67088..f20a6a73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ hyper-openssl = "0.10.2" hyper-rustls = { version = "0.27.0", default-features = false } hyper-socks2 = { version = "0.9.0", default-features = false } hyper-timeout = "0.5.1" -json-patch = "1.0.0" +json-patch = "2.0.0" jsonpath-rust = "0.5.0" k8s-openapi = { version = "0.22.0", default-features = false } openssl = "0.10.36"