From 431a85ac22009473db09080107663f0ca7e71c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:43:29 +0000 Subject: [PATCH] Update hyper requirement from 0.14.18 to 1.1.0 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [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/v0.14.18...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88bc942..b4f999b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ hex-simd = "0.8.0" hmac = "0.12.1" http = "0.2.7" httparse = "1.7.0" -hyper = { version = "0.14.18", features = ["server"] } +hyper = { version = "1.1.0", features = ["server"] } md-5 = "0.10.1" memchr = "2.4.1" mime = "0.3.16"