diff --git a/zk_toolbox/Cargo.toml b/zk_toolbox/Cargo.toml index 1aea7930a9d2..0c5e2188c66a 100644 --- a/zk_toolbox/Cargo.toml +++ b/zk_toolbox/Cargo.toml @@ -30,7 +30,7 @@ types = { path = "crates/types" } zksync_config = { path = "../core/lib/config" } zksync_protobuf_config = { path = "../core/lib/protobuf_config" } zksync_basic_types = { path = "../core/lib/basic_types" } -zksync_protobuf = "=0.1.0-rc.2" +zksync_protobuf = "=0.1.0-rc.4" # External dependencies anyhow = "1.0.82"