From 3f7f0f4b9e19bbf8740b254c715639ed6521f966 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jun 2022 22:13:54 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14 [SECURITY] --- Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7c056..79e5c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ kubernetes_proxy = { path = "proxy" } [dev-dependencies] failure = "0.1" futures = "0.1.21" -hyper = "0.12" +hyper = "0.14" hyper-tls = "0.3" log = "0.4" pretty_env_logger = "0.4" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..2b66367 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -15,7 +15,7 @@ maintenance = {status = "actively-developed,experimental"} [dependencies] dirs = "4.0" url = "2.2" -hyper = "0.12" +hyper = "0.14" hyper-tls = "0.3" native-tls = "0.2" serde = "1.0"