From a206eb3690e5a51d3c797fed2a6ed722e36863eb Mon Sep 17 00:00:00 2001 From: Nikolai Golub Date: Thu, 8 Aug 2024 16:19:05 +0200 Subject: [PATCH] Bump tokio version to mitigate default error in `reth-chain-state` (#10207) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 408b8ee328..3e4d85ba22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -481,7 +481,7 @@ proc-macro2 = "1.0" quote = "1.0" # tokio -tokio = { version = "1.21", default-features = false } +tokio = { version = "1.39", default-features = false } tokio-stream = "0.1.11" tokio-util = { version = "0.7.4", features = ["codec"] }