From 42844b6aa1787b793e9b0d63fc6b8294b0e2487c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:04:46 +0000 Subject: [PATCH] build(deps): bump jsonschema from 0.46.6 to 0.47.0 Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.46.6 to 0.47.0. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/cli-v0.46.6...ruby-v0.47.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1991fee..e548542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.46.6" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8374249b1bdce1c1773a09fa294347e19e4bfeb86d845c2d8ebaf8a8dbf11233" +checksum = "281c43ff06dcb331e9356d30e38853d559ce3d0a3f693e0b0e102667dec14fb1" dependencies = [ "ahash", "bytecount", @@ -1152,12 +1152,12 @@ dependencies = [ "getrandom 0.3.4", "idna", "itoa", + "jsonschema-regex", "num-cmp", "num-traits", "percent-encoding", "referencing", "regex", - "regex-syntax", "reqwest", "rustls", "serde", @@ -1166,6 +1166,15 @@ dependencies = [ "uuid-simd", ] +[[package]] +name = "jsonschema-regex" +version = "0.47.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee0b351864e7ffbc5db9273daf7fa1b4d5177b0946713d667ca571b83c0b4045" +dependencies = [ + "regex-syntax", +] + [[package]] name = "kasuari" version = "0.4.12" @@ -1865,14 +1874,14 @@ dependencies = [ [[package]] name = "referencing" -version = "0.46.6" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65a910f9d63351f9c9d7dc3053d02b214ea3a005917140c70087d7b59cbc5bb1" +checksum = "348e860aeb0b7bd035778fd11dd9cd5290d32e4aed3b8f2274a00287a9fd362b" dependencies = [ "ahash", "fluent-uri", "getrandom 0.3.4", - "hashbrown 0.16.1", + "hashbrown 0.17.1", "itoa", "micromap", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index f6637a6..a7520c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_yaml = "0.9" serde_json = "1.0" walkdir = "2.5" anyhow = "1.0" -jsonschema = "0.46.1" +jsonschema = "0.47.0" once_cell = "1.19" notify = "6"