Skip to content

Commit 5b84db8

Browse files
Bump jsonschema from 0.19.1 to 0.21.0 (#102)
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema-rs) from 0.19.1 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.19.1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdcf4ad commit 5b84db8

File tree

2 files changed

+49
-54
lines changed

2 files changed

+49
-54
lines changed

Cargo.lock

Lines changed: 48 additions & 53 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.38", default-features = false, features = ["clock"] }
3737
serde_json = "1"
3838
mockall = "0.13.0"
39-
jsonschema = "0.19"
39+
jsonschema = "0.21"
4040
rust_decimal_macros = "1.36.0"

0 commit comments

Comments
 (0)