From b6682fcee57f6c6d0fe287f3834a7ba36e042e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:02:54 +0000 Subject: [PATCH] Bump reqwest from 0.12.25 to 0.12.26 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.25 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.25...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 | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b39b34d4..09f04458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64", "bytes", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index c8352759..874ddf48 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -112,7 +112,7 @@ rcgen = "0.14.6" tokio-tungstenite = "0.24.0" [dev-dependencies.reqwest] -version = "0.12.25" +version = "0.12.26" # Using rustls-tls because it appears the rcgen-generated certificates are not # supported by the native Windows APIs. features = [ "json", "rustls-tls" ]