Skip to content

Commit 7e0f446

Browse files
chore(deps): Update jsonschema requirement from 0.32 to 0.33
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.32.0...rust-v0.33.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a58bdd7 commit 7e0f446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ notify = { version = "8.2", optional = true }
7777
glob-match = { version = "0.2", optional = true }
7878

7979
# Validation
80-
jsonschema = { version = "0.32", optional = true }
80+
jsonschema = { version = "0.33", optional = true }
8181
garde = { version = "0.22", optional = true }
8282

8383
# SIMD support

0 commit comments

Comments
 (0)