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 }