diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 6e69e0d6..e1864e90 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -19,14 +19,14 @@ hex-literal = "0.4.1" itertools = "0.11.0" keccak-hash = "0.10.0" log = "0.4.14" -plonky2_maybe_rayon = "0.1.0" +plonky2_maybe_rayon = "0.1.1" num = "0.4.0" num-bigint = "0.4.3" once_cell = "1.13.0" pest = "2.1.3" pest_derive = "2.1.0" -plonky2 = { version = "0.1.2", default-features = false, features = ["timing"] } -plonky2_util = { version = "0.1.0" } +plonky2 = { version = "0.1.4", default-features = false, features = ["timing"] } +plonky2_util = { version = "0.1.1" } rand = "0.8.5" rand_chacha = "0.3.1" rlp = "0.5.1" diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index 3592e970..c5de1e63 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -24,10 +24,10 @@ hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", itertools = { version = "0.11.0", default-features = false } keccak-hash = { version = "0.8.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.1.1", default-features = false } num = { version = "0.4", default-features = false, features = ["rand"] } -plonky2_field = { version = "0.1.0", default-features = false } -plonky2_util = { version = "0.1.0", default-features = false } +plonky2_field = { version = "0.1.1", default-features = false } +plonky2_util = { version = "0.1.1", default-features = false } rand = { version = "0.8.4", default-features = false } rand_chacha = { version = "0.3.1", optional = true, default-features = false } serde = { version = "1.0", default-features = false, features = ["derive", "rc"] } diff --git a/starky/Cargo.toml b/starky/Cargo.toml index 223ed945..bc83dadf 100644 --- a/starky/Cargo.toml +++ b/starky/Cargo.toml @@ -20,7 +20,7 @@ timing = ["plonky2/timing"] anyhow = { version = "1.0.40", default-features = false } itertools = { version = "0.11.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.1.1", default-features = false } plonky2 = { version = "0.1.2", default-features = false } [dev-dependencies]