From 9516a7589cd03373355e187905137ed904670cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:42:31 +0000 Subject: [PATCH] chore(deps): bump jsonschema from 0.29.1 to 0.30.0 Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.29.1 to 0.30.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/rust-v0.29.1...rust-v0.30.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c03eb0d..de64a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2349,9 +2349,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "161c33c3ec738cfea3288c5c53dfcdb32fd4fc2954de86ea06f71b5a1a40bfcd" +checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d" dependencies = [ "ahash 0.8.11", "base64 0.22.1", @@ -2362,9 +2362,11 @@ dependencies = [ "idna", "itoa", "num-cmp", + "num-traits", "once_cell", "percent-encoding", "referencing", + "regex", "regex-syntax", "reqwest", "serde", @@ -3803,9 +3805,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40a64b3a635fad9000648b4d8a59c8710c523ab61a23d392a7d91d47683f5adc" +checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e" dependencies = [ "ahash 0.8.11", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index 4b7b8a7..557524f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ clap-verbosity-flag = "3" clap_complete = "4" clap_complete_nushell = "4" fuzzy-matcher = "0.3" -jsonschema = { version = "0.29", optional = true } +jsonschema = { version = "0.30", optional = true } open = "5" os_info = "3" rayon = { version = "1", optional = true }