From a71872a87073c397107415ce4780f29ef0a5dbd2 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 03:26:45 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40076ed..239a6d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1771,9 +1771,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d0d5c9c..a1454e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ owo-colors = "4.3.0" paste = "1.0.15" progenitor = "0.13.0" rayon = "1" -reqwest = { version = "0.13.1", default-features = false, features = ["json"] } +reqwest = { version = "0.13.4", default-features = false, features = ["json"] } schemars = "0.8.22" semver = "1.0.27" serde = "1.0.224"