From e226c9d2c83a9651824013e0eeae427e60c1f106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:02:35 +0000 Subject: [PATCH] Bump reqwest from 0.12.24 to 0.12.25 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.25. - [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.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- dropshot/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83a271e3..63c825d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,9 +1607,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" dependencies = [ "base64", "bytes", @@ -2517,9 +2517,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc2d9e086a412a451384326f521c8123a99a466b329941a9403696bff9b0da2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags 2.4.0", "bytes", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index a15508fb..9f683126 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -112,7 +112,7 @@ rcgen = "0.14.5" tokio-tungstenite = "0.24.0" [dev-dependencies.reqwest] -version = "0.12.24" +version = "0.12.25" # Using rustls-tls because it appears the rcgen-generated certificates are not # supported by the native Windows APIs. features = [ "json", "rustls-tls" ]