From 7784017d157b5536f98fa807c6fd171bd1612d5a Mon Sep 17 00:00:00 2001 From: Alex Ostrovski Date: Fri, 27 Sep 2024 17:59:50 +0300 Subject: [PATCH] Remove unused dependency --- Cargo.lock | 1 - core/lib/types/Cargo.toml | 1 - prover/Cargo.lock | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2feeaa4c79e..0f5bddab93a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10895,7 +10895,6 @@ dependencies = [ "zksync_config", "zksync_contracts", "zksync_crypto_primitives", - "zksync_env_config", "zksync_mini_merkle_tree", "zksync_protobuf", "zksync_protobuf_build", diff --git a/core/lib/types/Cargo.toml b/core/lib/types/Cargo.toml index f976c26b71c..54c38384a7a 100644 --- a/core/lib/types/Cargo.toml +++ b/core/lib/types/Cargo.toml @@ -17,7 +17,6 @@ zksync_basic_types.workspace = true zksync_contracts.workspace = true zksync_mini_merkle_tree.workspace = true zksync_config.workspace = true -zksync_env_config.workspace = true zksync_protobuf.workspace = true zksync_crypto_primitives.workspace = true diff --git a/prover/Cargo.lock b/prover/Cargo.lock index 5ea25c22c00..a151f87da7c 100644 --- a/prover/Cargo.lock +++ b/prover/Cargo.lock @@ -8047,7 +8047,6 @@ dependencies = [ "zksync_config", "zksync_contracts", "zksync_crypto_primitives", - "zksync_env_config", "zksync_mini_merkle_tree", "zksync_protobuf", "zksync_protobuf_build",