From f031909910f2c5d3518bb1db3387121ac1946c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 17:12:58 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.45 to 0.46 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/ruby-v0.45.0...ruby-v0.46.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.46.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 37af317..86c4d21 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.45" +jsonschema = "0.46" [[bin]] name = "bash-ast"