From d0e459cdf25280efc5f0e953a941ec11b99f0c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:16:59 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from 0.46 to 0.47 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/cli-v0.46.0...ruby-v0.47.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.46.6 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 f544639..e6e6838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ aes-gcm = "0.11" rand = "0.10" # Schema validation -jsonschema = "0.46" +jsonschema = "0.47" semver = "1" # Property-based testing (dev-only)