From ba9be37e495d868de5dc86129a522eb25c13ef74 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 20 Mar 2024 18:04:00 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6212eab..5f0d7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rand = "0.8.5" chrono = "0.4.35" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.114" -reqwest = "0.11.27" +reqwest = "0.12.0" tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0"