From 61eb824e0c459f7a165ea992b76ca8c382215dd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:58:34 +0000 Subject: [PATCH] [agent] 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 5d25cb6..4197d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.2.0" 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"}