From 6d9eb68801ee0002d686c42565cfac2157623c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:28:35 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.5 to 0.6 Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version. - [Commits](https://github.com/hyperium/hyper-tls/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: hyper-tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89a6fad..a3f0396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ const-str = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" hyper = { version = "0.14", features = ["client", "http1", "http2"] } -hyper-tls = "0.5" +hyper-tls = "0.6" futures = "0.3" log = "0.4" time = { version = "0.3", features = ["parsing"] }