From c109cca7a60060bc0699aaae4e2ef2986f2ee4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:13:45 +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 3924b6b10..125761357 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"