From ca9d8c0096a18fe14521469883b21fe4fa496ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:30:48 +0000 Subject: [PATCH] Update hyper-tls requirement from ~0.4 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.4.0...v0.5.0) --- updated-dependencies: - dependency-name: hyper-tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tolstoy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index d0031c86..0d6b0b5c 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -12,7 +12,7 @@ sqlcipher = ["rusqlite/sqlcipher"] failure = "~0.1" futures = "~0.3" hyper = "~0.14" -hyper-tls = "~0.4" +hyper-tls = "~0.5" http = "~0.2" log = "~0.4" mime = "~0.3"