Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.6.0-rc.7 to 0.6.0-rc.8 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent ef480c4 commit cd75f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-rc.7", default-features = false, features = ["hybrid-array"] }
crypto-bigint = { version = "0.6.0-rc.8", 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 cd75f02

Please sign in to comment.