revendor openssl

This commit is contained in:
Rob Ede 2021-02-24 12:07:55 +00:00
parent 7115ced6b0
commit 4e36684929
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@ webpki-roots = { version = "0.21", optional = true }
# native-tls # native-tls
tokio-native-tls = { version = "0.3", optional = true } 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] [dev-dependencies]
actix-rt = "2.1.0" actix-rt = "2.1.0"
actix-server = "2.0.0-beta.3" actix-server = "2.0.0-beta.3"