From 2ec942e4141b59e92ecb2deee9da4eb1ea554116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Jun 2018 05:23:02 +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 e97aa70..c17ac90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Christoph Wurst "] dotenv = "0.11.0" env_logger = "0.4.3" futures = "0.1.17" -hyper = "^0.11" +hyper = "^0.12" lapin-futures = "0.11.1" log = "0.4.1" schani_library_client = { git = "https://github.com/schani-rs/schani_library_client.git" }