Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.6.0-rc.5 to 0.6.0-rc.6
Browse files Browse the repository at this point in the history
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0-rc.5 to 0.6.0-rc.6.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.6.0-rc.5...v0.6.0-rc.6)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 5af2f7b commit e224ffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.81"

[dependencies]
digest = { version = "=0.11.0-pre.9", default-features = false }
crypto-bigint = { version = "0.6.0-rc.5", default-features = false, features = ["hybrid-array"] }
crypto-bigint = { version = "0.6.0-rc.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 e224ffa

Please sign in to comment.