From 57ed7ef2dd31cd7bc9b8f3efd76b0f5ae01385ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Jun 2018 05:38:44 +0000 Subject: [PATCH] Update hyper requirement to 0.12.2 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.2) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df94dd7..e69c10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Christoph Wurst "] [dependencies] futures = "0.1" -hyper = "0.11.0" +hyper = "0.12.2" log = "*" serde = "^1.0" serde_derive = "^1.0"