Skip to content

Commit 51dde35

Browse files
EmilLutazksync-admin-bot2zkzoomer
authored andcommitted
feat: Bump dependencies (#4495)
Updates dependencies to latest version --------- Co-authored-by: zksync-admin-bot2 <[email protected]> Co-authored-by: zkzoomer <[email protected]>
1 parent 8e3f819 commit 51dde35

22 files changed

+3576
-3515
lines changed

core/Cargo.lock

Lines changed: 79 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,22 +250,22 @@ rust-eigenda-signers = "0.1.6"
250250
# However, for the historical version of protocol crates, we have lax requirements. Otherwise,
251251
# Bumping a crypto dependency like `boojum` would require us to republish all the historical packages.
252252

253-
circuit_encodings = "=0.152.4"
254-
circuit_sequencer_api = "=0.152.4"
255-
circuit_definitions = "=0.152.4"
256-
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.32.1" }
253+
circuit_encodings = "=0.153.1"
254+
circuit_sequencer_api = "=0.153.1"
255+
circuit_definitions = "=0.153.1"
256+
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.32.3" }
257257

258-
kzg = { package = "zksync_kzg", version = "=0.152.4" }
258+
kzg = { package = "zksync_kzg", version = "=0.153.1" }
259259

260260
zk_evm_1_3_1 = { package = "zk_evm", version = "0.131.0-rc.2" }
261261
zk_evm_1_3_3 = { package = "zk_evm", version = "0.133" }
262262
zk_evm_1_4_0 = { package = "zk_evm", version = "0.140" }
263263
zk_evm_1_4_1 = { package = "zk_evm", version = "0.141" }
264264
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.151.8" }
265-
zk_evm_1_5_2 = { package = "zk_evm", version = "=0.152.4" }
265+
zk_evm_1_5_2 = { package = "zk_evm", version = "=0.153.1" }
266266

267-
fflonk = "=0.32.1"
268-
bellman = { package = "zksync_bellman", version = "=0.32.1" }
267+
fflonk = "=0.32.3"
268+
bellman = { package = "zksync_bellman", version = "=0.32.3" }
269269

270270
# New VM
271271
zksync_vm2 = "=0.4.0"

0 commit comments

Comments
 (0)