From 171fdf53c705317dd1a5b83333faf5058ee492f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 05:59:30 +0000 Subject: [PATCH] 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](https://github.com/RustCrypto/crypto-bigint/compare/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] --- Cargo.lock | 4 ++-- balloon-hash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d7061a2..7d4dfbb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e43027691f1c055da3da4f7d96af09fcec420d435d5616e51f29afd0811c56a7" +checksum = "c2d31bf42cf9e9b9ca3a405bf1f26fae560617ff51366c347086ec29909a291d" dependencies = [ "hybrid-array", "num-traits", diff --git a/balloon-hash/Cargo.toml b/balloon-hash/Cargo.toml index 7795d463..d1e2f60b 100644 --- a/balloon-hash/Cargo.toml +++ b/balloon-hash/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.73" [dependencies] digest = { version = "=0.11.0-pre.9", default-features = false } -crypto-bigint = { version = "0.6.0-rc.2", default-features = false, features = ["hybrid-array"] } +crypto-bigint = { version = "0.6.0-rc.3", default-features = false, features = ["hybrid-array"] } # optional dependencies password-hash = { version = "0.6.0-rc.0", default-features = false, optional = true }