From 7c97ab351ddada41497d015b1cb6354698b936e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:27:51 +0000 Subject: [PATCH] chore(deps): bump hyper-util from 0.1.16 to 0.1.17 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.16...v0.1.17) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9afbbff9..74224901 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" +checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 1906c0f7..fb85dc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ md5 = "0.8.0" sec1 = { version = "0.7.3", features = ["der"] } tower = { version = "0.5.2", features = ["util"] } openssl = "0.10.72" -hyper-util = "0.1.16" +hyper-util = "0.1.17" hyper-openssl = {version = "0.10.2", features = ["client-legacy"]} [dependencies.futures-util]