From e1473d3fcb064e4f6dfb7264f06236277351f7c6 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 5 Jul 2021 00:15:33 +0200 Subject: [PATCH] Force tokio 1.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7438d1..9e971d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde = "1.0.126" serde_derive = "1.0.126" serde-big-array = "0.3.2" siphasher = "0.3.5" -tokio = { version = "1.7.1", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } +tokio = { version = "1.8.0", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } toml = "0.5.8" [dependencies.prometheus]