From a0e92418fce72eeff3562cb5caf4efb1eed7f13b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 00:10:20 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..a0586a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tower-service = "0.3.1" tower-layer = "0.3.1" tower-http = { version = "0.1.2", features = ["auth", "trace"] } -tokio = { version = "1.14", default-features = false, features = ["net"], optional = true } +tokio = { version = "1.18", default-features = false, features = ["net"], optional = true } [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] }