From 3a6c598c9e1273b193d807766abae47b39ea91d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 12:13:44 +0000 Subject: [PATCH] Update hyper requirement from 0.11 to 0.13 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.13.0) 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 b40a6bd..9728a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ env_logger = { version = "0.6", default-features = false, features = [ "termcolo clap = { version = "2.33", optional = true } futures = { version = "0.1", optional = true } tokio-core = { version = "0.1", optional = true } -hyper = { version = "0.11", optional = true } +hyper = { version = "0.13", optional = true } hyper-tls = { version = "0.1", optional = true } smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] }