From 1a10498fed63d1c5b6743bb6b75732f0eb64b516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:26:55 +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 b63de6c..3ad1d15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = "2.34" json = "0.12.4" log = "0.4.21" env_logger = "0.3" -hyper = "0.10" +hyper = "0.14" hyper-native-tls = "0.3.0" yaml-rust = "0.4.5" error-chain = "0.12.4"