diff --git a/Cargo.lock b/Cargo.lock index 32f08c2b..0af3521d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,7 +795,7 @@ dependencies = [ "log", "num", "plonky2_field", - "plonky2_maybe_rayon 0.2.0", + "plonky2_maybe_rayon 0.2.0 (git+https://github.com/mir-protocol/plonky2.git)", "plonky2_util", "rand", "rand_chacha", @@ -822,9 +822,9 @@ dependencies = [ [[package]] name = "plonky2_maybe_rayon" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194db0cbdd974e92d897cd92b74adb3968dc1b967315eb280357c49a7637994e" +checksum = "92ff44a90aaca13e10e7ddf8fab815ba1b404c3f7c3ca82aaf11c46beabaa923" dependencies = [ "rayon", ] @@ -1150,7 +1150,7 @@ dependencies = [ "log", "num", "plonky2", - "plonky2_maybe_rayon 0.1.1", + "plonky2_maybe_rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "pprof", "rand", "seq-macro", diff --git a/starkyx/Cargo.toml b/starkyx/Cargo.toml index 05818986..bf6ebd42 100644 --- a/starkyx/Cargo.toml +++ b/starkyx/Cargo.toml @@ -15,7 +15,7 @@ timing = ["plonky2/timing"] anyhow = { version = "1.0.40", default-features = false } itertools = { version = "0.10.0", default-features = false } log = { version = "0.4.14", default-features = false } -plonky2_maybe_rayon = { version = "0.1.0", default-features = false } +plonky2_maybe_rayon = { version = "0.2.0", default-features = false } plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", default-features = false, optional = true } num = { version = "0.4", default-features = false } rand = "0.8.4"