Skip to content

Commit

Permalink
Update balloon-hash/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 23, 2025
1 parent 5d26a66 commit 94ca492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balloon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 94ca492

Please sign in to comment.