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

multipart: Minimize futures dependencies

This commit is contained in:
Yuki Okushi
2020-05-18 11:45:44 +09:00
parent 292af145cb
commit ab4d8704f1
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ actix-utils = "1.0.3"
bytes = "0.5.3"
derive_more = "0.99.2"
httparse = "1.3"
futures = "0.3.1"
futures-util = { version = "0.3.5", default-features = false }
log = "0.4"
mime = "0.3"
twoway = "0.2"