From ef00062a1642f3ddeac2ba7821c0afc27caac885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 05:40: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 dfcdd4a..6876d7b 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" # Telemetry