From 79f933b2be77a663d3fd19d74ec477faf6653ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:46:59 +0000 Subject: [PATCH] Bump hyper from 1.2.0 to 1.3.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.2.0 to 1.3.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.2.0...v1.3.1) --- 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 d2a3300..44a6464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ dependencies = [ "env_logger", "flate2", "http 1.1.0", - "hyper 1.2.0", + "hyper 1.3.1", "hyper-staticfile", "hyper-util", "log", @@ -1132,9 +1132,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" dependencies = [ "bytes", "futures-channel", @@ -1175,7 +1175,7 @@ dependencies = [ "http 1.1.0", "http-range", "httpdate", - "hyper 1.2.0", + "hyper 1.3.1", "mime_guess", "percent-encoding", "rand", @@ -1194,7 +1194,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.2.0", + "hyper 1.3.1", "pin-project-lite", "socket2", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 71c14cb..df6268d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.5.4", features = ["cargo"] } env_logger = "0.11.3" flate2 = "1.0.28" http = "1.1.0" -hyper = { version = "1.2.0", features = ["http1", "server"] } +hyper = { version = "1.3.1", features = ["http1", "server"] } hyper-staticfile = "0.10.0" hyper-util = { version = "0.1.3", features = ["tokio"] } log = "0.4.21"