From 26556a7a48e5f3ae2d1e09a564444052468a5240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:26:52 +0000 Subject: [PATCH] chore(deps): update rust crate jsonschema to 0.55 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e8e51cb5..3762fccf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2998,9 +2998,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2ea2207f8ccb34b6d4d041fe9deb08fff3cbc43750012caa2c3d1e860188e4" +checksum = "49e89c7d35509ab5248f4160addc47098d0f2b09221851bf6234a948f28a70c4" dependencies = [ "ahash", "bytecount", @@ -3026,18 +3026,18 @@ dependencies = [ [[package]] name = "jsonschema-regex" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5426a01d944d044c9c5e459f603419d1b539358f5496b1041df45a7a86d2d38f" +checksum = "a1fb77178bdde7326e2e414526342ad4e26b602ba5372e53440129dc061bc50b" dependencies = [ "regex-syntax", ] [[package]] name = "jsonschema-value" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b6ec7deaeaab6320efc3084d8a9e91d5b4985ee36ffffef45dbff9516ff7a8" +checksum = "7dadb285b774085f3f3e67cb48ecce59e5d92028f19a01fe014083a4fbaf7fea" dependencies = [ "ahash", "bytecount", @@ -5621,9 +5621,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb406ba984c08d1b91781d7507d103296cf6dec3256c33c388b468957f4b43bb" +checksum = "1cc7249156d90d60480d54850c861c37c92f20c6dbb9ae85d98ecca19d81c0b2" dependencies = [ "ahash", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index 5afe358bc..421b05e48 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.53", default-features = false } +jsonschema = { version = "0.55", default-features = false } json-patch = { version = "^4.2" } lazy_static = { version = "^1.5" } open = { version = "^5.4" }