From 438f17888b46f88a28d57ef56cd37ac589d5ee4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:01:04 +0000 Subject: [PATCH] Update gridiron requirement from 0.10 to 0.11 --- updated-dependencies: - dependency-name: gridiron dependency-version: 0.11.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 0834c44..0dde5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ed25519-dalek = { version = "2.1.1", default-features = false, features = [ ] } # Explicit dependency so we can pass the wasm-bindgen flag to it getrandom = { version = "0.2", optional = true } -gridiron = "0.10" +gridiron = "0.11" hex = "0.4" lazy_static = "1.4" log = "0.4"