From f5d25a5c50c365a1990e621dd1bcd414bb518fbf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 05:22:08 +0000 Subject: [PATCH] Update hyper-openssl requirement from 0.2 to 0.8 in /vault-api Updates the requirements on [hyper-openssl](https://github.com/sfackler/hyper-openssl) to permit the latest version. - [Release notes](https://github.com/sfackler/hyper-openssl/releases) - [Changelog](https://github.com/sfackler/hyper-openssl/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/hyper-openssl/compare/v0.2.0...0.8.0) Signed-off-by: dependabot-preview[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..ebcc17e 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -16,7 +16,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-openssl = {version = "0.2", optional = true } +hyper-openssl = {version = "0.8", optional = true } iron = {version = "0.5", optional = true} swagger = "0.7"