Skip to content

Commit 83949b4

Browse files
build(deps): bump jsonschema from 0.18.0 to 0.33.0
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.18.0 to 0.33.0. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.18.0...rust-v0.33.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2832846 commit 83949b4

File tree

2 files changed

+112
-94
lines changed

2 files changed

+112
-94
lines changed

Cargo.lock

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

rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_yaml = "0.9"
4444
# schema validation with this format this uses serde_json types as input for
4545
# both the schema and the input, so we need to depend on that as well, even
4646
# though we don't actually do any JSON serialization and deserialization.
47-
jsonschema = { version = "0.18", default-features = false }
47+
jsonschema = { version = "0.33", default-features = false }
4848
serde_json = "1"
4949

5050
# Used for checking identifier syntax (could be removed if regexes don't end up

0 commit comments

Comments
 (0)