From 697ba0a05bdfd92a98c311807f9eb9d1e7a8aa58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:59:51 +0000 Subject: [PATCH] Bump hyper from 1.4.1 to 1.5.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.1 to 1.5.0. - [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.1...v1.5.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... 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 f9a5ff9..0d93bd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,7 +657,7 @@ dependencies = [ "env_logger", "flate2", "http 1.1.0", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-staticfile", "hyper-util", "log", @@ -1195,9 +1195,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -1238,7 +1238,7 @@ dependencies = [ "http 1.1.0", "http-range", "httpdate", - "hyper 1.4.1", + "hyper 1.5.0", "mime_guess", "percent-encoding", "rand", @@ -1257,7 +1257,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.0", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 4c8daec..2cf4533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.5.19", features = ["cargo"] } env_logger = "0.11.5" flate2 = "1.0.34" http = "1.1.0" -hyper = { version = "1.4.1", features = ["http1", "server"] } +hyper = { version = "1.5.0", features = ["http1", "server"] } hyper-staticfile = "0.10.1" hyper-util = { version = "0.1.7", features = ["tokio"] } log = "0.4.22"