From e83cacf98c4bfd5d3d71e1d1f781085ea503e442 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 10:13:46 +0000 Subject: [PATCH] Update hyper requirement from 0.11 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.11.0...v0.14.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45e85df..803db49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Juan Marin Otero "] [dependencies] clap = "2.31.2" -hyper = "0.11" +hyper = "0.14" tokio-core = "0.1" futures = "0.1" hyper-tls = "0.1.3"