From 60366f1782a8fc74c4b0dac9200485edd4febc0a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 9 Mar 2024 00:03:18 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f17f2..f8a53b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.34" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.114" -reqwest = "0.11.24" +reqwest = "0.11.25" tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0" -- 2.45.2