From fffc1abae2e6f1deb1d3033332a8b4014d0775bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:13:40 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c20d60d..fc2c1ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.80" [dependencies] clap = { version = "4.5.4", features = ["derive"] } regex = "1.10.4" -reqwest = { version = "0.12.4", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "blocking", "rustls-tls", "rustls-tls-native-roots",