chore: rm direct reth-provider dep (#12492)

This commit is contained in:
Matthias Seitz
2024-11-13 02:42:47 +01:00
committed by GitHub
parent cef7ec80c1
commit 1ce067b77b
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ workspace = true
[dependencies]
# reth
reth-provider.workspace = true
reth-storage-api.workspace = true
reth-beacon-consensus.workspace = true
reth-network-api.workspace = true
reth-stages.workspace = true

View File

@ -1,7 +1,7 @@
//! Events related to Consensus Layer health.
use futures::Stream;
use reth_provider::CanonChainTracker;
use reth_storage_api::CanonChainTracker;
use std::{
fmt,
pin::Pin,