From 29e9d02a4602c966aeead78c81a99b540f6747e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:10:22 +0000 Subject: [PATCH] Update hyper requirement from 0.14.10 to 1.0.1 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/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.10...v0.14.27) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 49c96eae..41c3c4f3 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -37,4 +37,4 @@ tokio-uring = { version = "0.4", optional = true } [dev-dependencies] tokio = { version = "1.23.1", features = ["full"] } -hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] } +hyper = { version = "1.0.1", default-features = false, features = ["server", "tcp", "http1"] }