From 114ac55f05d1a1accbfc2473950fb800c18cd489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:56:02 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.28.3 to 0.30.0 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.28.3...rust-v0.30.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.30.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 a398774..9ef0961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ oci-spec = { version = "0.6.6", features = ["runtime"] } anyhow = "1.0" clap = { version = "4.5.4", features = ["derive"] } serde_json = "1.0" -jsonschema = "0.28.3" +jsonschema = "0.30.0" once_cell = "1.8.0" notify = "6.1.1" serde = "1.0.131"