From 68e51af295e7fdbf22ac8066390bb179e87669e5 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:41:36 -0500 Subject: [PATCH] chore: rm unused rpc_types_compat import from reth-bench (#14182) --- Cargo.lock | 1 - bin/reth-bench/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6082ff51d..a6fa1dabb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6542,7 +6542,6 @@ dependencies = [ "reth-node-core", "reth-primitives", "reth-primitives-traits", - "reth-rpc-types-compat", "reth-tracing", "serde", "thiserror 2.0.11", diff --git a/bin/reth-bench/Cargo.toml b/bin/reth-bench/Cargo.toml index 940c61bc8..097a2541a 100644 --- a/bin/reth-bench/Cargo.toml +++ b/bin/reth-bench/Cargo.toml @@ -18,7 +18,6 @@ reth-cli-runner.workspace = true reth-cli-util.workspace = true reth-node-core.workspace = true reth-node-api.workspace = true -reth-rpc-types-compat.workspace = true reth-primitives = { workspace = true, features = ["alloy-compat"] } reth-primitives-traits.workspace = true reth-tracing.workspace = true