From 6f90c6790a47356bdaa3e7a0a07346d1fae10f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 04:02:54 +0000 Subject: [PATCH] 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 0c89b29..9486686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,9 +528,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 = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index d7b998a..0eabac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hyper = { version = "1.8.1", default-features = false, features = [ "server", "http1", ], optional = true } -hyper-util = { version = "0.1.18", features = ["tokio"] } +hyper-util = { version = "0.1.19", features = ["tokio"] } http-body-util = "0.1.3" ipext = "0.1.0" libsodium-sys-stable = "1.22.5"