mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Reduce futures-util features (#173)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ multipart = ["multer", "mime"]
|
|||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
futures-util = "0.3"
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
http-body = "0.4.3"
|
http-body = "0.4.3"
|
||||||
hyper = { version = "0.14", features = ["server", "tcp", "http1", "stream"] }
|
hyper = { version = "0.14", features = ["server", "tcp", "http1", "stream"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user