diff --git a/Cargo.lock b/Cargo.lock index 31c61eca..b5a86342 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,8 +194,9 @@ dependencies = [ [[package]] name = "crypto-primes" -version = "0.7.0-pre.7" -source = "git+https://github.com/entropyxyz/crypto-primes#ba1024f4985d351d83dc588ee2607604ad19dba6" +version = "0.7.0-pre.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334a79c97c0b7fa536716dc132fd417d0afbf471440a41fc25a5d9f66d8771cd" dependencies = [ "crypto-bigint", "libm", diff --git a/Cargo.toml b/Cargo.toml index a37239e2..1e680bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["marvin_toolkit/", "thirdparty/"] [dependencies] const-oid = { version = "0.10", default-features = false } crypto-bigint = { version = "0.7.0-rc.22", default-features = false, features = ["zeroize", "alloc"] } -crypto-primes = { version = "0.7.0-pre.7", default-features = false } +crypto-primes = { version = "0.7.0-pre.8", default-features = false } digest = { version = "0.11.0-rc.7", default-features = false, features = ["alloc", "oid"] } rand_core = { version = "0.10.0-rc-6", default-features = false } signature = { version = "3.0.0-rc.9", default-features = false, features = ["alloc", "digest", "rand_core"] } @@ -68,9 +68,6 @@ opt-level = 2 [profile.bench] debug = true -[patch.crates-io.crypto-primes] -git = "https://github.com/entropyxyz/crypto-primes" - [patch.crates-io.rand] git = "https://github.com/rust-random/rand" branch = "rand_core/v0.10.0-rc-6"