From 9660de01aac0924262cdaf932f2cf406c9afe5a4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 7 Oct 2023 02:02:41 +0200 Subject: [PATCH] Update Rust crate reqwest to 0.11.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6af611..1c038ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.31" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" -reqwest = "0.11.20" +reqwest = "0.11.22" tokio = { version = "1.32.0", features=["macros", "rt-multi-thread"] } futures = "0.3.28" serial_test = "2.0.0"