diff --git a/Cargo.toml b/Cargo.toml index 88df8cf..4127f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,14 @@ fflonk = { version = "=0.152.7", path = "crates/fflonk", package = "fflonk-cuda" # These dependencies should be shared by all the crates. # zksync-crypto repository -boojum = "=0.30.8" -fflonk-cpu = {package = "fflonk", version = "=0.30.8"} -franklin-crypto = "=0.30.8" -rescue_poseidon = "=0.30.8" -snark_wrapper = "=0.30.8" +boojum = "=0.30.9" +fflonk-cpu = {package = "fflonk", version = "=0.30.9"} +franklin-crypto = "=0.30.9" +rescue_poseidon = "=0.30.9" +snark_wrapper = "=0.30.9" # zksync-protocol repository -circuit_definitions = { version = "=0.150.15" } -zkevm_test_harness = { version = "=0.150.15" } +circuit_definitions = { version = "=0.150.16" } +zkevm_test_harness = { version = "=0.150.16" } [profile.release] debug = "line-tables-only"