From a97fe830253f54f02159024d00b4ddeea16540bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:54:21 +0000 Subject: [PATCH] chore(deps): update hyper requirement from 0.14 to 1.4 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.29/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v0.14.29) --- updated-dependencies: - dependency-name: hyper 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..7afac8ce 100644 --- a/indy-vdr-proxy/Cargo.toml +++ b/indy-vdr-proxy/Cargo.toml @@ -24,7 +24,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [ "log", ] } git2 = "0.18" -hyper = { version = "0.14", features = ["http1", "http2", "server"] } +hyper = { version = "1.4", features = ["http1", "http2", "server"] } hyper-tls = { version = "0.5", optional = true } log = "0.4.8" percent-encoding = "2"