From ac5b7c04e9cf25b27a3ba9c6fc7757aa166ad0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Jun 2018 10:19:19 +0000 Subject: [PATCH] Update hyper requirement to 0.12 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/commits/v0.12.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45e85df..a9a2fe7 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.12" tokio-core = "0.1" futures = "0.1" hyper-tls = "0.1.3"