diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 46edb3917..ccab01230 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -43,7 +43,7 @@ futures = { version = "0.3.30", default-features = false } hex = { version = "0.4.3", default-features = false } http-body = "1.0.1" hyper = { version = "0.14.31" } -hyper-rustls = { version = "0.24.2", default-features = false, features = [ +hyper-rustls = { version = "0.27.0", default-features = false, features = [ "webpki-roots", ] } lz4_flex = { version = "0.11.3", default-features = false }