From 7ca0b03ab2c9921f00d95cdc1d064e49e379f99b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:52:21 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.27.1 --- nativelink-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 1ea647768c..974f6c0e49 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.30" hex = "0.4.3" http-body = "1.0.0" hyper = { version = "0.14.28" } -hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } +hyper-rustls = { version = "0.27.1", features = ["webpki-tokio"] } log = "0.4.21" lz4_flex = "0.11.3" parking_lot = "0.12.1"