From c1d7d7132842f588f6ee097d064a08aa6b216bb4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 May 2021 16:55:19 +0000 Subject: fix(deps): update rust crate tokio to 1.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cab814e..a70e48e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ structopt = "0.3.21" config = "0.11.0" # TCP -tokio = { version = "1.5.0", features = ["full"] } +tokio = { version = "1.6.0", features = ["full"] } tokio-util = { version = "0.6.6", features = ["codec"] } tokio-stream = "0.1.5" -- cgit v1.2.3