Skip to content

Commit 69becec

Browse files
chore(deps): update jsonschema requirement from 0.44 to 0.45 (aliev#125)
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@ruby-v0.44.0...ruby-v0.45.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.45.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 fdf34db commit 69becec

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.44"
33+
jsonschema = "0.45"
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)