1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

fix: correct aws rustls v0.23 feature gating

This commit is contained in:
Rob Ede
2024-05-19 11:55:12 +01:00
parent 9a437fe835
commit acb740584c
4 changed files with 8 additions and 5 deletions

View File

@ -115,7 +115,7 @@ rand = { version = "0.8", optional = true }
sha1 = { version = "0.10", optional = true }
# openssl/rustls
actix-tls = { version = "3.3", default-features = false, optional = true }
actix-tls = { version = "3.4", default-features = false, optional = true }
# compress-*
brotli = { version = "6", optional = true }