From bc12df31a855c529e18da4dd21e8e16293ff6b19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:43:04 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to v0.13.2 (#1007) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6676545..ebc5715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,9 +1820,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 24daed2..cbff48c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ ratatui = { version = "=0.30.0", default-features = false, features = [ "crossterm", "layout-cache", ], optional = true } -reqwest = { version = "=0.13.1", features = ["brotli", "gzip", "socks"] } +reqwest = { version = "=0.13.2", features = ["brotli", "gzip", "socks"] } reqwest-middleware = "=0.5.1" rlimit = "=0.11.0" rustls = { version = "=0.23.36", default-features = false, features = [