Replace async trait with ->impl Future (#6791)

This commit is contained in:
Abner Zheng
2024-02-26 21:23:00 +08:00
committed by GitHub
parent f90822ada2
commit 323bad2718
19 changed files with 26 additions and 43 deletions

View File

@ -29,7 +29,6 @@ alloy-rlp.workspace = true
reth-revm = { workspace = true, optional = true }
# async/futures
async-trait.workspace = true
futures-util.workspace = true
parking_lot.workspace = true
tokio = { workspace = true, default-features = false, features = ["sync"] }