From 34e9fef43d229b993adcfe49d3282bb4bb9e993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:03:00 +0000 Subject: [PATCH] chore(deps): bump hyper-util from 0.1.17 to 0.1.19 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.17 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.17...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 | 8 ++++---- iroh-relay/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d39ce4c93b..1e3abf4676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,9 +1828,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", @@ -1868,9 +1868,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", diff --git a/iroh-relay/Cargo.toml b/iroh-relay/Cargo.toml index 17428cbffb..0d4e55f0b8 100644 --- a/iroh-relay/Cargo.toml +++ b/iroh-relay/Cargo.toml @@ -30,7 +30,7 @@ derive_more = { version = "2.0.1", features = [ http = "1" http-body-util = "0.1.0" hyper = { version = "1", features = ["server", "client", "http1"] } -hyper-util = "0.1.1" +hyper-util = "0.1.19" iroh-base = { version = "0.95.1", path = "../iroh-base", default-features = false, features = ["key", "relay"] } iroh-metrics = { version = "0.37", default-features = false } n0-future = "0.3.0"