From 7ad4b3aa5fe2f5feb278693edf4fba6e1fc6a1e4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 04:26:44 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.28 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86165c6..d1ee564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.26" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ec3ca94..c5a82f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" rand = "0.8" camino = { version = "1.2.2", features = ["serde1"] } -reqwest = { version = "0.12.26", default-features = false } +reqwest = { version = "0.12.28", default-features = false } oxnet = { version = "0.1.4", default-features = false } indicatif = "0.18.3" xz2 = "0.1.7"