From c19d48860e1e02a58cfb418cdc427334f50bfbd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:29:01 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cadc6ae..036263e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ version = "0.14" features = ["server", "http1", "http2"] [dependencies.reqwest] -version = "0.11.27" +version = "0.12.3" default-features = false features = ["rustls-tls-native-roots", "socks", "trust-dns"]