From 9c1695546fea8f966d0698e65186e3a415d1ed2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:02:56 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.23 to 0.33 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/rust-v0.23.0...rust-v0.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.23.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 5d13225a..77fb4a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ byteorder = { version = "1.4.2", default-features = false } hex = { version = "0.4", default-features = false } num-bigint = "0.4.0" rug = { version = "1.6.0", default-features = false } -jsonschema = { version = "0.23", default-features = false } +jsonschema = { version = "0.33", default-features = false } serde_derive = "1.0.101" ethbloom = { path = "./ethbloom", default-features = false }