From 3f298f729463e291b1f1acc2c2fb186d856eebb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:25:31 +0000 Subject: [PATCH] build(deps): bump hyper-util from 0.1.19 to 0.1.20 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.19 to 0.1.20. - [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.19...v0.1.20) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7746bc..db9ead1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,13 +609,12 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "bytes", "futures-channel", - "futures-core", "futures-util", "http", "http-body", diff --git a/Cargo.toml b/Cargo.toml index 2439b4e..7dc3a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ http-body = "1" http-body-util = "0.1.2" hyper = { version = "1.3.1", features = ["client", "http1", "http2"], optional = true } hyper-rustls = { version = "0.27.7", default-features = false, features = ["http1", "http2", "native-tokio", "tls12", "rustls-platform-verifier"], optional = true } -hyper-util = { version = "0.1.5", features = ["client", "client-legacy", "http1", "http2", "tokio"], optional = true } +hyper-util = { version = "0.1.20", features = ["client", "client-legacy", "http1", "http2", "tokio"], optional = true } rcgen = { version = "0.14.2", default-features = false, features = ["pem"], optional = true } ring = { version = "0.17", features = ["std"], optional = true } rustls = { version = "0.23", default-features = false, optional = true }