From 08e6f4fd396387315f1a46244418ecabb18f811d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:49:19 +0000 Subject: [PATCH] fix(deps): update rust crate hyper-rustls to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e71bec7..d1fdfbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ url = "2.5.0" futures = "0.3.30" http = { version = "0.2.12" } hyper = { version = "0.14.28", features = ["client", "server", "stream"] } -hyper-rustls = { version = "0.24.2", features = ["http2"] } +hyper-rustls = { version = "0.27.0", features = ["http2"] } tokio-util = { version = "0.7.11", features = ["compat"] } tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } tower = { version = "0.5.0", features = ["make", "util"] }