diff --git a/Cargo.toml b/Cargo.toml index b361b7c..5bd5323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,11 +29,11 @@ shivini = { version = "=0.151.1", path = "crates/shivini" } wrapper-prover = { version = "=0.151.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. -boojum = "=0.30.2" -circuit_definitions = "=0.150.8" -franklin-crypto = "=0.30.2" -snark_wrapper = "=0.30.2" -zkevm_test_harness = "=0.150.8" +boojum = "=0.30.5" +circuit_definitions = "=0.150.10" +franklin-crypto = "=0.30.5" +snark_wrapper = "=0.30.5" +zkevm_test_harness = "=0.150.10" [profile.release] debug = "line-tables-only"