From ee6cb7538f0cb53c911c1e1bed27f1fb2989e7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:31:48 +0000 Subject: [PATCH] Update hyper requirement from 0.14.20 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/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.20...v1.0.1) --- 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..48d5833 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.1", features = ["server", "http2"] } tokio = { version = "1.21.0", features = ["macros", "net", "rt-multi-thread"] } [features]