From a01c1381b7a95ee771e7797a16ceda6bd8261dc5 Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Wed, 9 Feb 2022 11:47:42 +0100 Subject: [PATCH] updates tokio reactor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34e44a4..2cb9cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ lazy_static = "1.4" unicase = "2.6" [dev-dependencies] -tokio = { version = "0.3", features = ["full"] } +tokio = { version = "1", features = ["full"] } \ No newline at end of file