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 4c05c43 commit 8322a51
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 = { version = "0.20", features = [ "draft201909", "draft202012" ] }
jsonschema = { version = "0.21", features = [ "draft201909", "draft202012" ] }
serde = "1.0"
serde_json = "1.0"
url = "2.5.2"
Expand Down

0 comments on commit 8322a51

Please sign in to comment.