mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 00:56:27 +01:00
remove unused tokio-util
dependency (#758)
This commit is contained in:
parent
c135436cc9
commit
5442cd7281
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ serde = "1.0"
|
|||
serde_urlencoded = "0.7"
|
||||
sync_wrapper = "0.1.1"
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
tokio-util = "0.6"
|
||||
tower = { version = "0.4.11", default-features = false, features = ["util", "buffer", "make"] }
|
||||
tower-http = { version = "0.2.0", features = ["util", "map-response-body"] }
|
||||
tower-layer = "0.3"
|
||||
|
|
Loading…
Reference in a new issue