mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
actix-tracing: Minimize futures-util
dependencies
This commit is contained in:
parent
2792433ad6
commit
08959dfc21
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-service = "1.0.4"
|
actix-service = "1.0.4"
|
||||||
futures-util = "0.3.1"
|
futures-util = { version = "0.3.4", default-features = false }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user