From d83da423acdd89ba6da40f074827aa0a21e2e2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 04:14:04 +0000 Subject: [PATCH] Update hyper requirement from 0.10 to 1.3 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.10.0...v1.3.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 34dd0b2..d48220d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" clap = { version = "3.0.0", features = ["std", "cargo", "wrap_help"] } flate2 = "1" horrorshow = "0.8" -hyper = "0.10" +hyper = "1.3" hyper-native-tls = "0.3" iron = "0.6" log = "0.4"