From 22008ee0e347caaa3afafa2612cfd886e14ce465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:38:20 +0000 Subject: [PATCH] Bump hyper from 1.4.0 to 1.4.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f609e1..bfc945e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "env_logger", "flate2", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-staticfile", "hyper-util", "log", @@ -1179,9 +1179,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", @@ -1222,7 +1222,7 @@ dependencies = [ "http 1.1.0", "http-range", "httpdate", - "hyper 1.4.0", + "hyper 1.4.1", "mime_guess", "percent-encoding", "rand", @@ -1241,7 +1241,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.4.1", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 985cf0c..89f59b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.5.13", features = ["cargo"] } env_logger = "0.11.3" flate2 = "1.0.30" http = "1.1.0" -hyper = { version = "1.4.0", features = ["http1", "server"] } +hyper = { version = "1.4.1", features = ["http1", "server"] } hyper-staticfile = "0.10.1" hyper-util = { version = "0.1.6", features = ["tokio"] } log = "0.4.22"