chore: move ratelimit type to tokio util (#9007)

This commit is contained in:
Matthias Seitz
2024-06-21 02:10:07 +02:00
committed by GitHub
parent d6072e79f3
commit 50c1a8e48a
8 changed files with 11 additions and 11 deletions

View File

@ -14,8 +14,8 @@ workspace = true
[dependencies]
# reth
reth-ethereum-forks.workspace = true
reth-net-common.workspace = true
reth-network-peers = { workspace = true, features = ["secp256k1"] }
reth-tokio-util = { workspace = true, features = ["time"] }
# ethereum
alloy-primitives.workspace = true