diff --git a/Cargo.lock b/Cargo.lock index 079009e4c..3a5050af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.6.0-pre.12" +version = "0.6.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1943d7beadd9ce2b25f3bae73b9e9336fccc1edf38bdec1ed58d3aa183989e11" +checksum = "cf4d6fbc60a5516ff886af2c5994fb2bdfa6fbe2168468100bd87e6c09caf08c" dependencies = [ "hybrid-array", "num-traits", @@ -513,7 +513,7 @@ version = "0.14.0-pre.5" dependencies = [ "base16ct", "base64ct", - "crypto-bigint 0.6.0-pre.12", + "crypto-bigint 0.6.0-rc.0", "digest 0.11.0-pre.8 (registry+https://github.com/rust-lang/crates.io-index)", "ff 0.13.0", "group 0.13.0", diff --git a/elliptic-curve/Cargo.toml b/elliptic-curve/Cargo.toml index 532dfd522..43479d757 100644 --- a/elliptic-curve/Cargo.toml +++ b/elliptic-curve/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.73" [dependencies] base16ct = "0.2" -crypto-bigint = { version = "=0.6.0-pre.12", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] } +crypto-bigint = { version = "=0.6.0-rc.0", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] } hybrid-array = { version = "0.2.0-rc.8", default-features = false, features = ["zeroize"] } rand_core = { version = "0.6.4", default-features = false } subtle = { version = "2.6", default-features = false }