From f4f14b30e3190e4b24be685ccea8fc7ce44e007a Mon Sep 17 00:00:00 2001 From: JohnMartin95 Date: Tue, 28 Jul 2020 19:49:09 -0400 Subject: [PATCH] chore(dependencies): require tokio 0.2.11 (#2252) Closes #2250 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21f95645..54bc2946 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing = { version = "0.1", default-features = false, features = ["log", "std"] pin-project = "0.4.20" time = "0.1" tower-service = "0.3" -tokio = { version = "0.2.5", features = ["sync"] } +tokio = { version = "0.2.11", features = ["sync"] } want = "0.3" # Optional