From 874c00292f8e9b20eef1a4c5053465feb1bc669f Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 21 Apr 2026 08:20:34 -0600 Subject: [PATCH] balloon-hash: bump `crypto-bigint` to v0.7 Release PR: RustCrypto/crypto-bigint#1218 --- balloon-hash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balloon-hash/Cargo.toml b/balloon-hash/Cargo.toml index 3fe0f97b..b53beab9 100644 --- a/balloon-hash/Cargo.toml +++ b/balloon-hash/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.85" [dependencies] digest = { version = "0.11", default-features = false } -crypto-bigint = { version = "0.7.0-rc.25", default-features = false, features = ["hybrid-array"] } +crypto-bigint = { version = "0.7", default-features = false, features = ["hybrid-array"] } # optional dependencies kdf = { version = "0.1", optional = true }