From 8bb4e1f42d35c166032529dd12ea47f81e6bd9f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:00:49 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c67d699..c6cee1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = "2.34" json = "0.12" log = "0.4" env_logger = "0.3" -hyper = "0.10" +hyper = "0.14" hyper-native-tls = "0.3.0" yaml-rust = "0.4" error-chain = "0.12"