From 366a3f2c279a9d17d97e3ffaf0d4336872a8e7b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:52:44 +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 34370be295..3cedbfeb75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ quote = "1.0" reedline = "0.47.0" rustyline = "18.0.0" regex = "1.12.3" -reqwest = { version = "0.12.23", features = [ +reqwest = { version = "0.13.0", features = [ "json", "rustls-tls", "hickory-dns",