From 0885c824da977279bcab51f631169bde7b161617 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jun 2022 17:56:54 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.19.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..0ed263e 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.2", features = ["full"] } log = "0.4.17" serde = "1.0.137" toml = "0.5.9"