1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

use reusable box future in tls connector

This commit is contained in:
Rob Ede
2021-02-04 15:14:48 +00:00
parent 7f0eddd794
commit b5399c5631
2 changed files with 10 additions and 4 deletions

View File

@ -49,6 +49,7 @@ derive_more = "0.99.5"
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
http = { version = "0.2.3", optional = true }
log = "0.4"
tokio-util = { version = "0.6.3", default-features = false }
# openssl
tls-openssl = { package = "openssl", version = "0.10", optional = true }