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

unvendor openssl (#292)

This commit is contained in:
Rob Ede
2021-03-17 00:26:04 +00:00
committed by GitHub
parent 746cc2ab89
commit 945479e0c3
2 changed files with 14 additions and 6 deletions

View File

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