From e84481ebb4ee80d9c38e8b2cf95b1bcf5cc12408 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Jun 2021 00:16:50 +0000 Subject: fix(deps): update rust crate tokio to 1.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1389c9c..cba2fd6 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.7.0", features = ["full"] } +tokio = { version = "1.7.1", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] -- cgit v1.2.3