From 67db3f474e95af21ff24c9ee154af808840e516a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 21:24:05 +0000 Subject: fix(deps): update rust crate tokio to 1.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d601c7d..1df3e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.4", features = ["socks"] } -tokio = { version = "1.7.1", features = ["full"] } +tokio = { version = "1.8.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] -- cgit v1.2.3