Enable aws-lc-sys feature for aws-lc-rs (#35343)

This fixes an error when running `./mach clippy -r -p script`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-02-07 04:29:21 +01:00 committed by GitHub
parent 5a5d796988
commit bbbff61840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" }