From 99d760c1536488fbd429f05941c629acff602ca3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Jun 2021 17:58:08 +0000 Subject: fix(deps): update rust crate tokio to 1.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b77cc5c..6e62e00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.3", features = ["socks"] } -tokio = { version = "1.6.2", features = ["full"] } +tokio = { version = "1.7.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] -- cgit v1.2.3