From cb2845cb26d472349e3075c860c8615ac101e9ab Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 5 Dec 2019 20:58:28 +0600 Subject: [PATCH] fix dependencies --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index a5abd3e4..acd463aa 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -26,7 +26,7 @@ default = [] openssl = ["open-ssl", "tokio-openssl"] # rustls -rustls = ["rust-tls", "webpki"] +rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"] # nativetls nativetls = ["native-tls", "tokio-tls"]