diff --git a/Cargo.toml b/Cargo.toml index df54120efd4..f9afd74877c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ app_units = "0.7" arrayvec = "0.7" async-tungstenite = { version = "0.28", features = ["tokio-rustls-webpki-roots"] } atomic_refcell = "0.1.13" -aws-lc-rs = { version = "1.12", default-features = false } +aws-lc-rs = { version = "1.12", default-features = false, features = ["aws-lc-sys"] } background_hang_monitor_api = { path = "components/shared/background_hang_monitor" } backtrace = "0.3" base = { path = "components/shared/base" }