Skip to content

Commit 171fdf5

Browse files
build(deps): bump crypto-bigint from 0.6.0-rc.2 to 0.6.0-rc.3
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0-rc.2 to 0.6.0-rc.3. - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.6.0-rc.2...v0.6.0-rc.3) --- updated-dependencies: - dependency-name: crypto-bigint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a72f308 commit 171fdf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

balloon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.73"
1515

1616
[dependencies]
1717
digest = { version = "=0.11.0-pre.9", default-features = false }
18-
crypto-bigint = { version = "0.6.0-rc.2", default-features = false, features = ["hybrid-array"] }
18+
crypto-bigint = { version = "0.6.0-rc.3", default-features = false, features = ["hybrid-array"] }
1919

2020
# optional dependencies
2121
password-hash = { version = "0.6.0-rc.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)