From 309853a11b274ae31ab2792676506dcc792a00fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:02:00 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.28.3 to 0.29.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.29.0) --- updated-dependencies: - dependency-name: jsonschema 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..8fcc881 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.29.0" once_cell = "1.8.0" notify = "6.1.1" serde = "1.0.131"