mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
Reduce futures-util features (#173)
This commit is contained in:
parent
594052dc48
commit
045287aef9
@ -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…
x
Reference in New Issue
Block a user