From e16e6c7d5f60bd21029278abfd028fc73f9cecae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:24:47 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.24 to 0.12.28 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.28. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.24...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc82550..a5254d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", @@ -1329,9 +1329,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a8bc8c4..b26fad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.53", features = ["derive"] } futures-util = { version = "0.3.31" } hex = "0.4.3" nix = { version = "0.30.1", features = ["fs"] } -reqwest = { version = "0.12.24", features = ["stream"] } +reqwest = { version = "0.12.28", features = ["stream"] } temp-file = "0.1.9" tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } tokio-util = { version = "0.7.17", features = ["io"] }