From f8a944273b0a3e5a6c74fe4826a0c8b638273738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:56:42 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33bbb5c..4c89b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ test-support = [] [dev-dependencies] tempfile = "3" tower = { version = "0.5", features = ["util"] } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls", "blocking"] } serial_test = "4" criterion = { version = "0.8", features = ["html_reports"] }