From 99c79265d6b538eb1d1ca0ad9b46ca4794dd63d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:04:04 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.26.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 1513ba8fa..111941894 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -22,7 +22,7 @@ filetime = "0.2.23" futures = "0.3.30" hex = "0.4.3" hyper = { version = "0.14.28" } -hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } +hyper-rustls = { version = "0.26.0", features = ["webpki-tokio"] } lz4_flex = "0.11.2" parking_lot = "0.12.1" prost = "0.12.3"