From a52b3b03f8ae9772a3f1569779f63ed9da404a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:12:47 +0000 Subject: [PATCH] build(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.47.0 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 86c4d21..3f2095d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cc = "1.0" [dev-dependencies] proptest = "1.5" criterion = { version = "0.8", features = ["html_reports"] } -jsonschema = "0.46" +jsonschema = "0.47" [[bin]] name = "bash-ast"