From 4b4d9788bd116350314e852cc30f224526d78d9c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Apr 2021 05:44:00 +0000 Subject: fix(deps): update rust crate tokio to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4bfb6f..fe41912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ structopt = "0.3.21" config = "0.11.0" # TCP -tokio = { version = "1.4.0", features = ["full"] } +tokio = { version = "1.5.0", features = ["full"] } tokio-util = { version = "0.6.5", features = ["codec"] } tokio-stream = "0.1.5" -- cgit v1.2.3