From ba103257c20c417e3dd8b07f93427fc6edb1eba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:01:12 +0000 Subject: [PATCH] chore(deps): bump jsonschema from 0.28.1 to 0.29.1 Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.28.1 to 0.29.1. - [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.1...rust-v0.29.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- libs/devfile/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 946d36e..1b48747 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1238,9 +1238,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.28.1" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2303ef9ebb6acd7afe7c48cbc06ab807349c429d4e47c4cde8b35400503198f" +checksum = "161c33c3ec738cfea3288c5c53dfcdb32fd4fc2954de86ea06f71b5a1a40bfcd" dependencies = [ "ahash", "base64 0.22.1", @@ -1882,13 +1882,14 @@ dependencies = [ [[package]] name = "referencing" -version = "0.28.1" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb7a1f338d8e32357ad1d7078454c248e5fdd2188fbb6966b400c2fa4d4f566" +checksum = "40a64b3a635fad9000648b4d8a59c8710c523ab61a23d392a7d91d47683f5adc" dependencies = [ "ahash", "fluent-uri", "once_cell", + "parking_lot", "percent-encoding", "serde_json", ] diff --git a/libs/devfile/Cargo.toml b/libs/devfile/Cargo.toml index c91897c..df739dd 100644 --- a/libs/devfile/Cargo.toml +++ b/libs/devfile/Cargo.toml @@ -12,7 +12,7 @@ tokio = { workspace = true } crd = { path = "../crd" } helper = { path = "../helper" } -jsonschema = "0.28" +jsonschema = "0.29" serde = "1.0" serde_json = "1.0" serde_yaml = "0.9"