From dc2b65a2ae308f273dca6df891f22b0427665299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:59:36 +0000 Subject: [PATCH] Bump hyper-util from 0.1.7 to 0.1.10 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.7 to 0.1.10. - [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.10) --- 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 f9a5ff9..bcbab59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,9 +1249,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 4c8daec..22e4178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.34" http = "1.1.0" hyper = { version = "1.4.1", features = ["http1", "server"] } hyper-staticfile = "0.10.1" -hyper-util = { version = "0.1.7", features = ["tokio"] } +hyper-util = { version = "0.1.10", features = ["tokio"] } log = "0.4.22" notify = "4.0.17" tar = "0.4.42"