Skip to content

Commit

Permalink
Bump jsonschema in /implementations/rust-jsonschema
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema-rs) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/Stranger6667/jsonschema-rs/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema-rs/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@rust-v0.20.0...rust-v0.21.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent fbb81f2 commit a59d70e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 51 deletions.
95 changes: 45 additions & 50 deletions implementations/rust-jsonschema/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust-jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
backtrace = "0.3"
jsonschema = "0.20"
jsonschema = "0.21"
serde_json = "1.0"
url = "2.5.2"
os_info = "3.8.2"
Expand Down

0 comments on commit a59d70e

Please sign in to comment.