From 09ae56a134dfb5a9559be26a726825c193d47a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:40:08 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.40 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/rust-v0.40.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 906b4690..91bce06d 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.40", default-features = false } +jsonschema = { version = "0.46", default-features = false } serde_derive = "1.0.101" ethbloom = { path = "./ethbloom", default-features = false }