From 9a22ccd058ab1cc359d6835aad846ea3053d25c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:58:20 +0000 Subject: [PATCH] chore(cargo): bump hyper-util from 0.1.14 to 0.1.16 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.14 to 0.1.16. - [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.14...v0.1.16) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.16 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 4b8facb34..84fe4c345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2619,9 +2619,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index bd1cd5891..c81be9426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ hickory-resolver = "0.25.2" http-body-util = "0.1.3" humansize = "2" hyper = "1" -hyper-util = "0.1.14" +hyper-util = "0.1.16" image = { version = "0.25.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.35", default-features = false, features = ["net"] } iroh = { version = "0.35", default-features = false }