From dfabf54483c9b6eaa23d690debc07a237de33f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:36:04 +0000 Subject: [PATCH] chore(deps): 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] --- indy-vdr-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indy-vdr-proxy/Cargo.toml b/indy-vdr-proxy/Cargo.toml index b3449a3c..b06058be 100644 --- a/indy-vdr-proxy/Cargo.toml +++ b/indy-vdr-proxy/Cargo.toml @@ -25,7 +25,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [ ] } git2 = "0.18" hyper = { version = "0.14", features = ["http1", "http2", "server"] } -hyper-tls = { version = "0.5", optional = true } +hyper-tls = { version = "0.6", optional = true } log = "0.4.8" percent-encoding = "2" regex = "1.5.4"