mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Update to tower-http 0.3.0 (#965)
* Update to tower-http 0.3.0 * changelog link
This commit is contained in:
@@ -10,7 +10,7 @@ mime = "0.3"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tower-http = { version = "0.2.0", features = ["trace"] }
|
||||
tower-http = { version = "0.3.0", features = ["trace"] }
|
||||
serde_json = "1.0"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user