Replace reth-provider dep in reth-rpc-eth-types (#11077)

This commit is contained in:
Emilia Hane
2024-09-20 18:37:45 +02:00
committed by GitHub
parent da098044ba
commit 63f2d59068
3 changed files with 3 additions and 3 deletions

1
Cargo.lock generated
View File

@ -8580,7 +8580,6 @@ dependencies = [
"reth-execution-types",
"reth-metrics",
"reth-primitives",
"reth-provider",
"reth-revm",
"reth-rpc-server-types",
"reth-rpc-types",

View File

@ -27,7 +27,6 @@ reth-rpc-types-compat.workspace = true
reth-tasks.workspace = true
reth-transaction-pool.workspace = true
reth-trie.workspace = true
reth-provider.workspace = true
# ethereum
alloy-primitives.workspace = true

View File

@ -2,7 +2,9 @@
use std::marker::PhantomData;
use reth_provider::{BlockReaderIdExt, CanonStateSubscriptions, ChainSpecProvider};
use reth_chain_state::CanonStateSubscriptions;
use reth_chainspec::ChainSpecProvider;
use reth_storage_api::BlockReaderIdExt;
use reth_tasks::TaskSpawner;
use crate::{