From a9a0f016d8f8c381a831ae2445483c31a7c1a804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:10:00 +0000 Subject: [PATCH] Update Rust crate tokio to v1.20.4 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 724f9d3..fdd918d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = "3.2.12" hyper = "0.14.12" rand = "0.8.5" reqwest = { version = "0.11", features = ["json"]} -tokio = { version= "1.20.0", features = ["full"]} +tokio = { version= "1.20.4", features = ["full"]} serde = { version = "1.0", features = ["derive"]} serde_json = "1.0"