From 48a9fafe6c6b68e47f1def3f2a4955516ddb0def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:32:51 +0000 Subject: [PATCH] chore(cargo): bump hyper-util from 0.1.13 to 0.1.14 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.13 to 0.1.14. - [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.13...v0.1.14) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.14 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 ef32ea980..3057f2628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2631,9 +2631,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" +checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index b2fa6595b..76b0dd51f 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.13" +hyper-util = "0.1.14" 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 }