From 716627912678b83af09c65761ce82918e389b095 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 06:15:20 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31b3e5b..14f0626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,9 +1770,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7c11aa5..54b5809 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.3", default-features = false, features = ["json"] } schemars = "0.8.22" semver = "1.0.27" serde = "1.0.224"