diff --git a/Cargo.toml b/Cargo.toml index c2e0288..d94da54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" serde_yaml = "0.9" url = "2.5" -jsonschema = "0.41" +jsonschema = "0.42" dialoguer = { version = "0.12", features = ["fuzzy-select"] } anyhow = { version = "1.0" } openssl = { version = "0.10", features = ["vendored"] }