From ace51a8a41953657e93dd2a2aca5782c90c53f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:58:25 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.27.0 --- 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 764437ed33..71ff47a3d5 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -24,7 +24,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.0", features = ["webpki-tokio"] } lz4_flex = "0.11.3" parking_lot = "0.12.2" prost = "0.12.4"