Reduce futures-util features (#173)

This commit is contained in:
Paolo Barbolini 2021-08-10 20:08:44 +02:00 committed by GitHub
parent 594052dc48
commit 045287aef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ multipart = ["multer", "mime"]
async-trait = "0.1"
bitflags = "1.0"
bytes = "1.0"
futures-util = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http-body = "0.4.3"
hyper = { version = "0.14", features = ["server", "tcp", "http1", "stream"] }