Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Dec 16, 2024
1 parent 47c335e commit 0ba08d2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.7" }
zksync_vm2 = { git = "https://github.com/matter-labs/vm2.git", rev = "457d8a7eea9093af9440662e33e598c13ba41633" }

# Consensus dependencies.
zksync_concurrency = "=0.6.0"
zksync_consensus_bft = "=0.6.0"
zksync_consensus_crypto = "=0.6.0"
zksync_consensus_executor = "=0.6.0"
zksync_consensus_network = "=0.6.0"
zksync_consensus_roles = "=0.6.0"
zksync_consensus_storage = "=0.6.0"
zksync_consensus_utils = "=0.6.0"
zksync_protobuf = "=0.6.0"
zksync_protobuf_build = "=0.6.0"
zksync_concurrency = "=0.7.0"
zksync_consensus_bft = "=0.7.0"
zksync_consensus_crypto = "=0.7.0"
zksync_consensus_executor = "=0.7.0"
zksync_consensus_network = "=0.7.0"
zksync_consensus_roles = "=0.7.0"
zksync_consensus_storage = "=0.7.0"
zksync_consensus_utils = "=0.7.0"
zksync_protobuf = "=0.7.0"
zksync_protobuf_build = "=0.7.0"

# "Local" dependencies
zksync_multivm = { version = "0.1.0", path = "core/lib/multivm" }
Expand Down
11 changes: 5 additions & 6 deletions zkstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repository = "https://github.com/matter-labs/zksync-era/tree/main/zkstack_cli/"
description = "ZK Stack CLI is a set of tools for working with zk stack."
keywords = ["zk", "cryptography", "blockchain", "ZKStack", "ZKsync"]


[workspace.dependencies]
# Local dependencies
common = { path = "crates/common" }
Expand All @@ -31,11 +30,11 @@ git_version_macro = { path = "crates/git_version_macro" }
zksync_config = { path = "../core/lib/config" }
zksync_protobuf_config = { path = "../core/lib/protobuf_config" }
zksync_basic_types = { path = "../core/lib/basic_types" }
zksync_consensus_roles = "=0.6.0"
zksync_consensus_crypto = "=0.6.0"
zksync_consensus_utils = "=0.6.0"
zksync_protobuf = "=0.6.0"
zksync_protobuf_build = "=0.6.0"
zksync_consensus_roles = "=0.7.0"
zksync_consensus_crypto = "=0.7.0"
zksync_consensus_utils = "=0.7.0"
zksync_protobuf = "=0.7.0"
zksync_protobuf_build = "=0.7.0"

# External dependencies
anyhow = "1.0.82"
Expand Down

0 comments on commit 0ba08d2

Please sign in to comment.