Revert upgrade to tokio utils to reprocessing queue (#4167)

This commit is contained in:
Pawan Dhananjay
2023-04-05 22:13:39 +05:30
committed by GitHub
parent 3a21317600
commit 1b8225c76d
3 changed files with 30 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ num_cpus = "1.13.0"
lru_cache = { path = "../../common/lru_cache" }
if-addrs = "0.6.4"
strum = "0.24.0"
tokio-util = { version = "0.7.7", features = ["time"] }
tokio-util = { version = "0.6.3", features = ["time"] }
derivative = "2.2.0"
delay_map = "0.3.0"
ethereum-types = { version = "0.14.1", optional = true }