From 42c4a30a88f0d2e0aa84c8dcd0e31a469c0a2a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:07:23 +0000 Subject: [PATCH] chore(deps): bump hyper-util from 0.1.18 to 0.1.19 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.18 to 0.1.19. - [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.18...v0.1.19) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.19 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 895bfd9..7d8e75d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index db433b7..bdf8ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ erased_set = { version = "0.8", optional = true } # service feature http-body-util = { version = "0.1.0", optional = true } hyper = { version = "1", features = ["server", "http1"], optional = true } -hyper-util = { version = "0.1.17", features = ["tokio"], optional = true } +hyper-util = { version = "0.1.19", features = ["tokio"], optional = true } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"], optional = true } tokio = { version = "1", features = ["rt", "net", "fs"], optional = true } postcard = { version = "1.1.1", features = ["use-std"] }