From 970152155267033014e7aad64995df40d4c2861d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 09:44:45 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.1 to 0.3 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.3.2) 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..fbaa5ca 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.3", optional = true } smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] }