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"