From 637d11a2a251dd73ceea7b4961e9860d5775a12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:23:50 +0000 Subject: [PATCH] Bump hyper-util from 0.1.3 to 0.1.5 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.3 to 0.1.5. - [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.3...v0.1.5) --- 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 86013b5..a68ca7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,9 +1186,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" dependencies = [ "bytes", "futures-util", @@ -1196,7 +1196,6 @@ dependencies = [ "http-body 1.0.0", "hyper 1.3.1", "pin-project-lite", - "socket2", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index e0ae9b3..820f199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.30" http = "1.1.0" hyper = { version = "1.3.1", features = ["http1", "server"] } hyper-staticfile = "0.10.0" -hyper-util = { version = "0.1.3", features = ["tokio"] } +hyper-util = { version = "0.1.5", features = ["tokio"] } log = "0.4.21" notify = "4.0.17" tar = "0.4.40"