From 84ac072c6961bd40ef931f6aea3b1280d10f9307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:28:48 +0000 Subject: [PATCH] Update hyper requirement from 0.14.20 to 1.0.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.20...v1.0.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 d897ce5..ae5691d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4", features = [ "derive", "env" ] } [dev-dependencies] futures = "0.3.24" -hyper = { version = "0.14.20", features = ["server", "http2"] } +hyper = { version = "1.0.0", features = ["server", "http2"] } tokio = { version = "1.21.0", features = ["macros", "net", "rt-multi-thread"] } [features]