From b3b01213d48f354f728dbbc6806d24b9361ead6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:07:12 +0000 Subject: [PATCH] Update hyper requirement from 0.10 to 0.14 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...v0.14.7) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcb3a72..950cece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" clap = "2" flate2 = "1" horrorshow = "0.8" -hyper = "0.10" +hyper = "0.14" hyper-native-tls = "0.3" iron = "0.6" log = "0.4"