From 09cb28359a0e2f197578d1060f85a1ea46a26ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:44:27 +0000 Subject: [PATCH] chore(deps-rs): update jsonschema requirement in the minor group Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. Updates `jsonschema` to 0.26.2 - [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/rust-v0.26.0...rust-v0.26.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 321413199..b8f806474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ downcast-rs = "1.2.0" enum_dispatch = "0.3.11" html-escape = "0.2.13" itertools = "0.13.0" -jsonschema = "0.26.0" +jsonschema = "0.27.0" lazy_static = "1.4.0" num-rational = "0.4.1" paste = "1.0"