Skip to content

Commit

Permalink
Fix/jsonschema 0.28.1 (#143)
Browse files Browse the repository at this point in the history
* Bump jsonschema from 0.21.0 to 0.28.1

Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.21.0 to 0.28.1.
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@rust-v0.21.0...rust-v0.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fixes tests

* Fixes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Malmqvist <[email protected]>
  • Loading branch information
3 people authored Jan 21, 2025
1 parent 4f6d4d7 commit b119054
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 483 deletions.
122 changes: 22 additions & 100 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ rust_decimal = { version = "1.36.0", features = ["serde-with-arbitrary-precision
chrono = { version = "0.4.39", default-features = false, features = ["clock"] }
serde_json = "1"
mockall = "0.13.1"
jsonschema = "0.21"
jsonschema = "0.28"
rust_decimal_macros = "1.36.0"
Loading

0 comments on commit b119054

Please sign in to comment.