From 21d80b0040e1eff0f8f4e76733fdfd3210bac84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:47:45 -0600 Subject: [PATCH] build(deps): bump crypto-bigint from 0.6.0-rc.4 to 0.6.0-rc.5 (#525) Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0-rc.4 to 0.6.0-rc.5. - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/crypto-bigint/compare/crypto-bigint/v0.6.0-rc.4...v0.6.0-rc.5) --- updated-dependencies: - dependency-name: crypto-bigint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- balloon-hash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1663c13b..069713de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.6.0-rc.4" +version = "0.6.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "215e6111ec3e5e1fec43705a06f3a1ac89e93207bbc437a89ced1a0a18c01f7a" +checksum = "040a95c58773f47c92f5f17814702bfd68e8ace9ddce4690c982d0019cac32e2" dependencies = [ "hybrid-array", "num-traits", diff --git a/balloon-hash/Cargo.toml b/balloon-hash/Cargo.toml index 6c855a63..84cfb6a3 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.4", default-features = false, features = ["hybrid-array"] } +crypto-bigint = { version = "0.6.0-rc.5", default-features = false, features = ["hybrid-array"] } # optional dependencies password-hash = { version = "0.6.0-rc.0", default-features = false, optional = true }