1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

actors: Minimize futures dependencies

This commit is contained in:
Yuki Okushi
2020-05-18 11:46:02 +09:00
parent ab4d8704f1
commit fc8e07b947
4 changed files with 10 additions and 6 deletions

View File

@ -21,9 +21,11 @@ actix-web = "3.0.0-alpha.2"
actix-http = "2.0.0-alpha.3"
actix-codec = "0.2.0"
bytes = "0.5.2"
futures = "0.3.1"
futures-channel = { version = "0.3.5", default-features = false }
futures-core = { version = "0.3.5", default-features = false }
pin-project = "0.4.6"
[dev-dependencies]
actix-rt = "1.0.0"
env_logger = "0.7"
futures-util = { version = "0.3.5", default-features = false }