From 4f808297e3c9afadb4b73e3eec2d51d31c21aadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:49:37 +0000 Subject: [PATCH] chore(deps): Bump json-patch from 4.1.0 to 4.2.0 Bumps [json-patch](https://github.com/idubrov/json-patch) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/idubrov/json-patch/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: json-patch dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5257facb..932b2921b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2132,14 +2132,14 @@ dependencies = [ [[package]] name = "json-patch" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f300e415e2134745ef75f04562dd0145405c2f7fd92065db029ac4b16b57fe90" +checksum = "7421438de105a0827e44fadd05377727847d717c80ce29a229f85fd04c427b72" dependencies = [ "jsonptr", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3b3ffbeb9..7c80fa742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ hyper = { version = "^1.9" } hyper-util = { version = "^0.1" } inventory = { version = "0.3" } itertools = { version = "^0.14" } -json-patch = { version = "^4.1" } +json-patch = { version = "^4.2" } lazy_static = { version = "^1.5" } open = { version = "^5.3" } regex = { version = "^1.12" }