mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-16 14:33:02 +01:00
Reduce futures-util features (#173)
This commit is contained in:
parent
594052dc48
commit
045287aef9
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue