From dfda78069aabc501a4dd3d7fe9912776ad73b2d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:41:39 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32630d0..f215070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ lazy_static = "1.4.0" mimalloc = { version = "0.1.39", default-features = false } url = "2.5.0" urlencoding = "2.1.3" -reqwest = { version = "0.11.27", features = ["stream"] } +reqwest = { version = "0.12.4", features = ["stream"] } tls-api = { version = "0.9.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.37.0", features = ["full"] }