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" }