From 1b36f36069c96cde1e7d20e4a80827c384cc9c67 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:04:53 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.5 --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb49ee..b67fd22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,6 +168,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "bitflags" version = "2.9.4" @@ -478,7 +484,7 @@ dependencies = [ "async-compression", "async-stream", "async-trait", - "base64", + "base64 0.22.1", "bytes", "camino", "chrono", @@ -1074,7 +1080,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -1771,11 +1777,11 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029" dependencies = [ - "base64", + "base64 0.23.1", "bytes", "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index d5c4c8c..e81cfc8 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.5", default-features = false, features = ["json"] } schemars = "0.8.22" semver = "1.0.27" serde = "1.0.224"