Skip to content

Commit

Permalink
Bump jsonschema from 0.20.0 to 0.21.0
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 Oct 4, 2024
1 parent d746e76 commit 616ce82
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 4 deletions.
63 changes: 60 additions & 3 deletions 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 crates/wired-social/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ serde.workspace = true
serde_json.workspace = true

[dev-dependencies]
jsonschema = { version = "0.20.0", features = ["draft201909", "draft202012"] }
jsonschema = { version = "0.21.0", features = ["draft201909", "draft202012"] }

0 comments on commit 616ce82

Please sign in to comment.