From e98e8bf58dd14d0682c07e403ff1277a289f4540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:54:07 +0000 Subject: [PATCH] Update jsonschema requirement from 0.28 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.28.0...ruby-v0.42.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.42.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdx-core/Cargo.toml b/cdx-core/Cargo.toml index 5e342d8..3d52fe8 100644 --- a/cdx-core/Cargo.toml +++ b/cdx-core/Cargo.toml @@ -110,7 +110,7 @@ tempfile = "3.14" pretty_assertions = "1.4" proptest = "1.5" criterion = { version = "0.8", features = ["html_reports"] } -jsonschema = "0.28" +jsonschema = "0.42" [[bench]] name = "document"