mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Update to tower-http 0.3.0 (#965)
* Update to tower-http 0.3.0 * changelog link
This commit is contained in:
@@ -24,7 +24,7 @@ http = "0.2"
|
||||
mime = "0.3"
|
||||
pin-project-lite = "0.2"
|
||||
tower = { version = "0.4", default_features = false, features = ["util"] }
|
||||
tower-http = { version = "0.2", features = ["map-response-body"] }
|
||||
tower-http = { version = "0.3", features = ["map-response-body"] }
|
||||
tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user