From 876eb871589099ba29c99c37a3f4e623ed33f772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:12:33 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.46 to 0.48 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.48.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.48.1 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..0498acf 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.48" [[bin]] name = "bash-ast"