From 33d24d2996aace1d7eaeb54e3993eb2151e65c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:42:52 +0000 Subject: [PATCH] fix(deps): 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 09604565..d1a7f287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,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"]