diff --git a/tls/Cargo.toml b/tls/Cargo.toml index 303000ae..dcae3d35 100644 --- a/tls/Cargo.toml +++ b/tls/Cargo.toml @@ -12,4 +12,4 @@ path = "src/main.rs" env_logger = "0.5" openssl = { version="0.10" } actix = "0.7" -actix-web = { version = "0.7", features=["alpn"] } +actix-web = { version = "0.7", features=["ssl"] }