From 94ca4922a6ed1fbd6baba01a0a09f8fecc70cb64 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 23 Jan 2025 08:21:59 -0700 Subject: [PATCH] Update balloon-hash/Cargo.toml --- 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 736cfb3f..59208b38 100644 --- a/balloon-hash/Cargo.toml +++ b/balloon-hash/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.83" [dependencies] digest = { version = "=0.11.0-pre.9", default-features = false } -crypto-bigint = { version = "0.6.0", default-features = false, features = ["hybrid-array"] } +crypto-bigint = { version = "0.6", default-features = false, features = ["hybrid-array"] } # optional dependencies password-hash = { version = "0.6.0-rc.0", default-features = false, optional = true }