From 509b2b1d0dadc4d60ab958538a4d97da2c442942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:43:35 +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 993e3d3..8c8860b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ required-features = ["explain"] actix-web = "4.3.1" chrono = { version = "0.4.29", features = ["time", "serde"] } config = "0.13.4" -reqwest = { version = "0.11.23", features = ["json", "blocking"] } +reqwest = { version = "0.13.0", features = ["json", "blocking"] } serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] } tracing = { version = "0.1.40", features = ["log"] }