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

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 }