From d69e2f119fb052d651e8c85361d00133ae4444b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:12:23 +0000 Subject: [PATCH] Update hyper requirement from 0.14.27 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/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.27) --- 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 37458a9..c9f189d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.29.1", features = [ clap = { version = "4.3.11", features = ["derive"] } serde = { version = "1.0.171", features = ["derive"] } ipnet = { version = "2.8.0", features = ["serde"] } -hyper = { version = "0.14.27", features = ["server", "http1", "tcp"] } +hyper = { version = "1.0.0", features = ["server", "http1", "tcp"] } owo-colors = { version = "3.5.0", features = ["supports-colors"] } toml = "0.7.6" log = "0.4.19"