diff --git a/Cargo.toml b/Cargo.toml index f55e8f5..d1c18c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ zkevm_test_harness = { version = "=0.150.9", path = "crates/zkevm_test_harness" zkevm-assembly = { version = "=0.150.9", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository -snark_wrapper = "=0.30.3" -bellman = { package = "zksync_bellman", version = "=0.30.3" } -boojum = "=0.30.3" -cs_derive = { package = "zksync_cs_derive", version = "=0.30.3" } +snark_wrapper = "=0.30.5" +bellman = { package = "zksync_bellman", version = "=0.30.5" } +boojum = "=0.30.5" +cs_derive = { package = "zksync_cs_derive", version = "=0.30.5" }