Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Sep 10, 2024
1 parent 6009499 commit 6e6b8c1
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 41 deletions.
19 changes: 0 additions & 19 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion core/bin/external_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ envy.workspace = true
url.workspace = true
clap = { workspace = true, features = ["derive"] }
serde_json.workspace = true
semver.workspace = true
tracing.workspace = true

[dev-dependencies]
Expand Down
3 changes: 0 additions & 3 deletions core/lib/circuit_breaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ tokio = { workspace = true, features = ["time"] }
anyhow.workspace = true
async-trait.workspace = true
tracing.workspace = true

[dev-dependencies]
assert_matches.workspace = true
1 change: 0 additions & 1 deletion core/lib/contract_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories.workspace = true
[dependencies]
zksync_types.workspace = true
zksync_dal.workspace = true
zksync_env_config.workspace = true
zksync_config.workspace = true
zksync_contracts.workspace = true
zksync_queued_job_processor.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions core/lib/da_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ categories.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
tracing.workspace = true
async-trait.workspace = true
anyhow.workspace = true

zksync_config.workspace = true
zksync_types.workspace = true
1 change: 0 additions & 1 deletion core/lib/db_connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ categories.workspace = true

[dependencies]
zksync_basic_types.workspace = true
zksync_health_check.workspace = true

serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand Down
3 changes: 0 additions & 3 deletions core/lib/tee_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ categories.workspace = true
zksync_multivm.workspace = true
zksync_config.workspace = true
zksync_crypto_primitives.workspace = true
zksync_dal.workspace = true
zksync_db_connection.workspace = true
zksync_merkle_tree.workspace = true
zksync_object_store.workspace = true
zksync_prover_interface.workspace = true
zksync_queued_job_processor.workspace = true
zksync_types.workspace = true
zksync_utils.workspace = true

Expand Down
1 change: 0 additions & 1 deletion core/lib/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ thiserror.workspace = true
futures.workspace = true
hex.workspace = true
reqwest = { workspace = true, features = ["blocking"] }
itertools.workspace = true
serde_json.workspace = true
once_cell.workspace = true

Expand Down
2 changes: 0 additions & 2 deletions core/lib/zksync_core_leftovers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
zksync_dal.workspace = true
zksync_config.workspace = true
zksync_protobuf.workspace = true
zksync_protobuf_config.workspace = true
zksync_env_config.workspace = true
zksync_node_genesis.workspace = true

anyhow.workspace = true
tokio = { workspace = true, features = ["time"] }
Expand Down
1 change: 0 additions & 1 deletion core/node/consistency_checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ categories.workspace = true
zksync_contracts.workspace = true
zksync_dal.workspace = true
zksync_eth_client.workspace = true
zksync_eth_sender.workspace = true
zksync_health_check.workspace = true
zksync_l1_contract_interface.workspace = true
zksync_shared_metrics.workspace = true
Expand Down
1 change: 0 additions & 1 deletion core/node/db_pruner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ serde_json.workspace = true

[dev-dependencies]
assert_matches.workspace = true
test-casing.workspace = true
test-log.workspace = true

zksync_node_genesis.workspace = true
Expand Down
1 change: 0 additions & 1 deletion core/node/fee_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ tracing.workspace = true

[dev-dependencies]
test-casing.workspace = true
zksync_node_test_utils.workspace = true
2 changes: 0 additions & 2 deletions core/node/node_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ zksync_health_check.workspace = true
zksync_dal.workspace = true
zksync_db_connection.workspace = true
zksync_config.workspace = true
zksync_protobuf_config.workspace = true
zksync_state.workspace = true
zksync_object_store.workspace = true
zksync_storage.workspace = true
Expand Down Expand Up @@ -67,7 +66,6 @@ ctrlc.workspace = true
semver.workspace = true

[dev-dependencies]
zksync_env_config.workspace = true
assert_matches.workspace = true
# For running UI tests for proc macro
trybuild.workspace = true
1 change: 0 additions & 1 deletion core/node/proof_data_handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ zksync_config.workspace = true
zksync_dal.workspace = true
zksync_object_store.workspace = true
zksync_prover_interface.workspace = true
zksync_tee_verifier.workspace = true
zksync_types.workspace = true
anyhow.workspace = true
axum.workspace = true
Expand Down

0 comments on commit 6e6b8c1

Please sign in to comment.