From ef552eab11ede5b3c57449af8b0a4d37fcd92d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:57:32 +0000 Subject: [PATCH] Update hyper requirement from 0.14 to 1.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.0...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 05ea882..01d352b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ doc-comment = "0.3" futures = "0.3" http = "0.2" http-types = "2" -hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] } +hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server", "stream"] } native-tls = "0.2" scraper = "0.18" signal-hook = "0.3"