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 }