Skip to content

Commit

Permalink
Update jsonschema requirement from 0.20 to 0.21
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-rs@rust-v0.20.0...rust-v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent d1780a0 commit 0cd7849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/samples/components/json_validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
jsonschema = { version = "0.20", default-features = false }
jsonschema = { version = "0.21", default-features = false }
serde_json = {version = "1.0", default-features = false }

[dependencies.windows]
Expand Down
2 changes: 1 addition & 1 deletion crates/samples/components/json_validator_winrt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "sample"
crate-type = ["cdylib"]

[dependencies]
jsonschema = { version = "0.20", default-features = false }
jsonschema = { version = "0.21", default-features = false }
serde_json = {version = "1.0", default-features = false }

[dependencies.windows]
Expand Down

0 comments on commit 0cd7849

Please sign in to comment.