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

actix-tls: Minimize futures-* dependencies

This commit is contained in:
Yuki Okushi
2020-03-12 04:30:32 +09:00
parent f5b07053fc
commit 4e806b3e3f
4 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ actix-utils = "1.0.0"
actix-rt = "1.0.0"
derive_more = "0.99.2"
either = "1.5.2"
futures = "0.3.1"
futures-util = { version = "0.3.4", default-features = false }
log = "0.4"
# openssl