From 0d29f990040d0cb2a5d49ab352f28a2f9a8a545f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jun 2022 13:44:00 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.19.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..4231d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ authors = ["Noel "] [dependencies] fern = "0.6.1" -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.19.1", features = ["full"] } log = "0.4.17" serde = "1.0.137" toml = "0.5.9"