From cb725c24fd78d786d8dcc51ecf8fef7bc88c55b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:39:23 +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 f3de681..a916cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ tracing-test = { version = "0.2.4", features = ["no-env-filter"] } tokio = { version = "1.32.0", features = ["full"] } # Hyper example -hyper = { version = "0.14.20", features = ["full"] } +hyper = { version = "1.0.1", features = ["full"] } # Warp example warp = "0.3.1"