From 0ee852499453730c64d95bcac5e2dc26e55a06e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 19:22:03 +0000 Subject: fix(deps): update rust crate tokio to 1.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3564aa..6bf8e59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.9", features = ["socks"] } -tokio = { version = "1.16.1", features = ["full"] } +tokio = { version = "1.17.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] -- cgit v1.2.3