From c4654f3837fe1e8a05f02245e4c849cb7574784d 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:12:53 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.1 to 0.4 Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper-tls/releases) - [Commits](https://github.com/hyperium/hyper-tls/compare/v0.1.0...v0.4.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..5b9d8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ 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-tls = { version = "0.1", optional = true } +hyper-tls = { version = "0.4", optional = true } smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] }