From f4688d1df495bc3059f55a7cb0328c8264cc4143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:53:45 +0000 Subject: [PATCH] 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 b621958..2c2c95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.9" edition = "2021" [dependencies] -reqwest = { version = "0.12.15", features = ["blocking", "rustls-tls", "rustls-tls-native-roots", "json"], default-features = false } +reqwest = { version = "0.13.0", features = ["blocking", "rustls-tls", "rustls-tls-native-roots", "json"], default-features = false } config = "0.15.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = {version = "1.0.140"}