diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 35ec06632e5..d28b4e65ffe 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -78,7 +78,7 @@ flate2 = "1" futures = { version = "0.3", features = ["compat"] } hyper = { workspace = true, features = ["full"] } hyper-util = { workspace = true, features = ["server-graceful"] } -rustls = { workspace = true } +rustls = { workspace = true, features = ["aws-lc-rs"] } [[test]] name = "main"