From bac50dfb13fd1cab6fc20a857539f4664529508d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 20:25:05 +0000 Subject: [PATCH] Update hyper requirement from 0.10 to 0.14 in /vault-api 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/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.10.0...v0.14.7) Signed-off-by: dependabot[bot] --- vault-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-api/Cargo.toml b/vault-api/Cargo.toml index c73cdfb..22b65c6 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -15,7 +15,7 @@ server = ["serde_json", "serde_ignored", "hyper", "iron", "router", "bodyparser" # chrono = { version = "0.4", features = ["serde"] } futures = "0.1" -hyper = {version = "0.10", optional = true} +hyper = {version = "0.14", optional = true} hyper-openssl = {version = "0.2", optional = true } iron = {version = "0.5", optional = true} swagger = "0.7"