From 5d8035f741a265d89f0a68b4c1c36b7637ba2258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:42:32 +0000 Subject: [PATCH] chore(cargo): bump hyper-util from 0.1.7 to 0.1.9 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.7 to 0.1.9. - [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.7...v0.1.9) --- updated-dependencies: - dependency-name: hyper-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9bddf75b..9fe3fe54c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2747,9 +2747,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" dependencies = [ "bytes", "futures-channel", @@ -2760,7 +2760,6 @@ dependencies = [ "pin-project-lite", "socket2", "tokio", - "tower", "tower-service", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index f41d2252b..df21ce984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ hickory-resolver = "=0.25.0-alpha.2" http-body-util = "0.1.2" humansize = "2" hyper = "1" -hyper-util = "0.1.7" +hyper-util = "0.1.9" image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.25.0", default-features = false, features = ["net"] } iroh-net = { version = "0.25.0", default-features = false }