From 21eda03830cb8227309572ec82d738e0ed5071b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 02:13:47 +0000 Subject: [PATCH] chore(deps): update rust crate jsonschema to 0.53 --- Cargo.lock | 17 +++++++++-------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f173116e..a3eb1d465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2998,9 +2998,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.52.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e842fa72fd1e50ca4676a527641c13f5ee0d423ac699bfe1cd2afa3a4fdbac" +checksum = "ca2ea2207f8ccb34b6d4d041fe9deb08fff3cbc43750012caa2c3d1e860188e4" dependencies = [ "ahash", "bytecount", @@ -3026,22 +3026,23 @@ dependencies = [ [[package]] name = "jsonschema-regex" -version = "0.52.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d90ea83fa606c96f0b4737ecedf1fa6b624272022edc42039565f8d8af0b78" +checksum = "5426a01d944d044c9c5e459f603419d1b539358f5496b1041df45a7a86d2d38f" dependencies = [ "regex-syntax", ] [[package]] name = "jsonschema-value" -version = "0.52.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da4ab4cbe58181a117d8c3582844ce20b07184319b51ba6d756596c1c451aebc" +checksum = "65b6ec7deaeaab6320efc3084d8a9e91d5b4985ee36ffffef45dbff9516ff7a8" dependencies = [ "ahash", "bytecount", "fraction", + "getrandom 0.3.4", "num-cmp", "num-traits", "serde_json", @@ -5620,9 +5621,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.52.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38a014525040cdc9893361b7419bcf1f43b7ba7055eabaf6d91d6b75caa8b3f" +checksum = "fb406ba984c08d1b91781d7507d103296cf6dec3256c33c388b468957f4b43bb" dependencies = [ "ahash", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index b656d7a42..0f8e80fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ hyper = { version = "^1.11" } hyper-util = { version = "^0.1" } inventory = { version = "0.3" } itertools = { version = "^0.15" } -jsonschema = { version = "0.52", default-features = false } +jsonschema = { version = "0.53", default-features = false } json-patch = { version = "^4.2" } lazy_static = { version = "^1.5" } open = { version = "^5.4" }