Skip to content

Commit

Permalink
build(deps): update jsonschema requirement from 0.18.0 to 0.21.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version.
- [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.18.0...rust-v0.21.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 19763bc commit 8bb38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oci-spec = { version = "0.6.6", features = ["runtime"] }
anyhow = "1.0"
clap = "4.5.4"
serde_json = "1.0"
jsonschema = "0.18.0"
jsonschema = "0.21.0"
once_cell = "1.8.0"
notify = "6.1.1"
serde = "1.0.131"
Expand Down

0 comments on commit 8bb38d5

Please sign in to comment.