From ab5a991d12aab9f945564f07924ecee24dfdca8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:48:11 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.1.3 to 0.6.0 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.1.3...v0.6.0) --- updated-dependencies: - dependency-name: hyper-tls dependency-version: 0.6.0 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 45e85df..5a9611d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.31.2" hyper = "0.11" tokio-core = "0.1" futures = "0.1" -hyper-tls = "0.1.3" +hyper-tls = "0.6.0" num_cpus = "1.0" serde = "1.0" serde_json = "1.0"