Skip to content

Commit e8af70d

Browse files
authored
elliptic-curve: bump crypto-bigint to v0.7.0-rc.10 (#2078)
1 parent 166903b commit e8af70d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ members = [
1717
digest = { path = "digest" }
1818
signature = { path = "signature" }
1919

20-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "rand_core/v0.10.0-rc-2" }
2120
ff = { git = "https://github.com/tarcieri/ff", branch = "rand_core/v0.10.0-rc-2" }
2221
group = { git = "https://github.com/tarcieri/group", branch = "rand_core/v0.10.0-rc-2" }

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and public/secret keys composed thereof.
1818

1919
[dependencies]
2020
base16ct = "0.3"
21-
crypto-bigint = { version = "0.7.0-rc.9", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
21+
crypto-bigint = { version = "0.7.0-rc.10", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
2222
hybrid-array = { version = "0.4", default-features = false, features = ["zeroize"] }
2323
rand_core = { version = "0.10.0-rc-2", default-features = false }
2424
subtle = { version = "2.6", default-features = false }

0 commit comments

Comments
 (0)