Skip to content

Commit fed948b

Browse files
Update json_validator sample dependency (#3023)
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) to permit the latest version. - [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.17.0...rust-v0.18.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 991d87c commit fed948b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/samples/components/json_validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
jsonschema = { version = "0.17", default-features = false }
11+
jsonschema = { version = "0.18", default-features = false }
1212
serde_json = {version = "1.0", default-features = false }
1313

1414
[dependencies.windows]

crates/samples/components/json_validator_winrt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "sample"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
jsonschema = { version = "0.17", default-features = false }
12+
jsonschema = { version = "0.18", default-features = false }
1313
serde_json = {version = "1.0", default-features = false }
1414

1515
[dependencies.windows]

0 commit comments

Comments
 (0)