net: Add missing feature required for unit tests. (#36193)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-28 08:04:02 -04:00 committed by GitHub
parent 5a4e232cb6
commit 96277c5688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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