From 8d1520ca370f448a38d39b6b7595df9188920df4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 12:14:09 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.1 to 0.5 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.5.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..5e0581a 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.5", optional = true } smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] }