From 217dcfd2ad5a24af4d843012887556a7b628b3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:52:30 +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 c702f5d2..82b85fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.3.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"}