From 0e2b21070c7126df07247d43436dc6511dba2c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:16:12 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.24 to 0.12.26 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.26. - [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.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 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 51d136e7..9620a11c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4070,9 +4070,9 @@ dependencies = [ [[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 0.22.1", "bytes", @@ -5276,9 +5276,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags 2.10.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fd1b0e4d..67e9b0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ oci-client = { version = "0.15.0", default-features = false } pretty_assertions = "1.4.1" rayon = "1.11.0" regex = "1.12.2" -reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls"] } rstest = "0.26.1" semver = "1.0.27" serde = { version = "1.0.228", features = ["derive"] }