Skip to content

Commit 5fc468f

Browse files
chore(deps): update jsonschema requirement from 0.40 to 0.41 (#115)
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.40.0...rust-v0.41.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ef54b5 commit 5fc468f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
3030
serde_derive = "1.0"
3131
serde_yaml = "0.9"
3232
url = "2.5"
33-
jsonschema = "0.40"
33+
jsonschema = "0.41"
3434
dialoguer = { version = "0.12", features = ["fuzzy-select"] }
3535
anyhow = { version = "1.0" }
3636
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)