Skip to content

Commit e4c6d94

Browse files
authored
elliptic-curve: bump crypto-bigint to v0.7.0-rc.20 (#2202)
This includes the `rand_core` v0.10.0-rc-4 update
1 parent 30f5274 commit e4c6d94

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

Cargo.lock

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

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.bigint]
2020
package = "crypto-bigint"
21-
version = "0.7.0-rc.16"
21+
version = "0.7.0-rc.20"
2222
default-features = false
2323
features = ["hybrid-array", "rand_core", "subtle", "zeroize"]
2424

0 commit comments

Comments
 (0)