From 1e4cbd6ce3f572d2a6d3c7ced56e20908e48d14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:59:15 +0000 Subject: [PATCH] Update jsonschema requirement from 0.28 to 0.43 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.43.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.43.0 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..92a1f47 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.43" [[bench]] name = "document"