From 47122a8c9bb6ff4ec2f0f2c2995069cb4531722b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:38:26 +0000 Subject: [PATCH] Bump hyper-util from 0.1.5 to 0.1.6 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.5 to 0.1.6. - [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.5...v0.1.6) --- updated-dependencies: - dependency-name: hyper-util 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 cf1e579..4f609e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,9 +1233,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" dependencies = [ "bytes", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b75900e..985cf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.30" http = "1.1.0" hyper = { version = "1.4.0", features = ["http1", "server"] } hyper-staticfile = "0.10.1" -hyper-util = { version = "0.1.5", features = ["tokio"] } +hyper-util = { version = "0.1.6", features = ["tokio"] } log = "0.4.22" notify = "4.0.17" tar = "0.4.40"