From 89a007b16096a3ba6a8a4e637d4b7639fbb151a1 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 16 Mar 2021 06:40:21 +0000 Subject: [PATCH] unvendor openssl --- actix-tls/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 354bb428..d14c65ac 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -62,12 +62,6 @@ webpki-roots = { version = "0.21", optional = true } # native-tls tokio-native-tls = { version = "0.3", optional = true } -[target.'cfg(windows)'.dependencies.tls-openssl] -version = "0.10.9" -package = "openssl" -features = ["vendored"] -optional = true - [dev-dependencies] actix-rt = "2.1.0" actix-server = "2.0.0-beta.3"