From abf269f601607ccfa1f7b106fc3b1b14bc5f9b53 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 2 Feb 2024 08:41:40 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11965d9..6b074c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.33" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.113" -reqwest = "0.11.23" +reqwest = "0.11.24" tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0"