From 9d5e6de5e416875e0acf604d78d1bd2b2d3cddaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:16:14 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from 0.41 to 0.42 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](https://github.com/Stranger6667/jsonschema/compare/rust-v0.41.0...ruby-v0.42.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.42.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }