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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-21 09:42:31 +00:00 committed by Gerald Pinder
parent 5d02af1990
commit 9516a7589c
2 changed files with 7 additions and 5 deletions

10
Cargo.lock generated
View file

@ -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",

View file

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