diff --git a/Cargo.toml b/Cargo.toml index 8315bd2..2b6ff7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ zkevm_test_harness = { version = "=0.150.15", path = "crates/zkevm_test_harness" zkevm-assembly = { version = "=0.150.15", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository -snark_wrapper = "=0.30.8" -bellman = { package = "zksync_bellman", version = "=0.30.8" } -boojum = "=0.30.8" -cs_derive = { package = "zksync_cs_derive", version = "=0.30.8" } +snark_wrapper = "=0.30.9" +bellman = { package = "zksync_bellman", version = "=0.30.9" } +boojum = "=0.30.9" +cs_derive = { package = "zksync_cs_derive", version = "=0.30.9" }