Skip to content

Commit b119054

Browse files
tommymalmqvistdependabot[bot]Tommy Malmqvist
authored
Fix/jsonschema 0.28.1 (#143)
* 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]>
1 parent 4f6d4d7 commit b119054

File tree

4 files changed

+405
-483
lines changed

4 files changed

+405
-483
lines changed

Cargo.lock

Lines changed: 22 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ rust_decimal = { version = "1.36.0", features = ["serde-with-arbitrary-precision
3636
chrono = { version = "0.4.39", default-features = false, features = ["clock"] }
3737
serde_json = "1"
3838
mockall = "0.13.1"
39-
jsonschema = "0.21"
39+
jsonschema = "0.28"
4040
rust_decimal_macros = "1.36.0"

0 commit comments

Comments
 (0)