diff --git a/halo2-base/Cargo.toml b/halo2-base/Cargo.toml index 8446bbc2..5cf222b2 100644 --- a/halo2-base/Cargo.toml +++ b/halo2-base/Cargo.toml @@ -11,7 +11,7 @@ num-traits = "=0.2" rand_chacha = "=0.3" rustc-hash = "=1.1" ff = "=0.12" -rayon = "=1.6.1" +rayon = "=1.7" serde = { version = "=1.0", features = ["derive"] } serde_json = "=1.0" log = "=0.4" diff --git a/halo2-ecc/Cargo.toml b/halo2-ecc/Cargo.toml index b4beeb19..0c33e387 100644 --- a/halo2-ecc/Cargo.toml +++ b/halo2-ecc/Cargo.toml @@ -13,7 +13,7 @@ rand = "=0.8" rand_chacha = "=0.3.1" serde = { version = "=1.0", features = ["derive"] } serde_json = "=1.0" -rayon = "=1.6.1" +rayon = "=1.7" test-case = "=3.1.0" # arithmetic @@ -48,4 +48,4 @@ harness = false [[bench]] name = "fixed_base_msm" -harness = false \ No newline at end of file +harness = false