Skip to content

Commit dd50135

Browse files
committed
chore(deps): bump crypto-bigint to 0.7.0-pre.2
1 parent 2904720 commit dd50135

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ opt-level = 2
1818

1919
[patch.crates-io]
2020
password-hash = { git = "https://github.com/RustCrypto/traits.git" }
21-
22-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }

balloon-hash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.85"
1515

1616
[dependencies]
1717
digest = { version = "=0.11.0-pre.10", default-features = false }
18-
crypto-bigint = { version = "=0.7.0-pre.0", default-features = false, features = ["hybrid-array"] }
18+
crypto-bigint = { version = "=0.7.0-pre.2", default-features = false, features = ["hybrid-array"] }
1919
rand_core = { version = "0.9", default-features = false }
2020

2121
# optional dependencies

0 commit comments

Comments
 (0)