From f24a3af60b73ac48924c52fdec90f13f791bb53c Mon Sep 17 00:00:00 2001 From: Brian Bland Date: Tue, 4 Jun 2024 19:07:16 -0700 Subject: [PATCH] Remove unnecessary dep --- Cargo.lock | 1 - bin/reth/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01b7cc1c0db3c..3353bfd1a5495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6173,7 +6173,6 @@ dependencies = [ "rand 0.8.5", "ratatui", "rayon", - "reth-auto-seal-consensus", "reth-basic-payload-builder", "reth-beacon-consensus", "reth-blockchain-tree", diff --git a/bin/reth/Cargo.toml b/bin/reth/Cargo.toml index 0fab2c4a9f019..8603e350d724e 100644 --- a/bin/reth/Cargo.toml +++ b/bin/reth/Cargo.toml @@ -26,7 +26,6 @@ reth-revm.workspace = true reth-stages.workspace = true reth-errors.workspace = true reth-transaction-pool.workspace = true -reth-auto-seal-consensus.workspace = true reth-beacon-consensus.workspace = true reth-cli-runner.workspace = true reth-consensus-common.workspace = true