Update tower-http (#581)

Updates to 0.2 which was just published.
This commit is contained in:
David Pedersen
2021-12-01 20:14:25 +00:00
committed by GitHub
parent 254d8fde17
commit 66c5142d0c
11 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
tower-http = { version = "0.1", features = ["fs", "trace"] }
tower-http = { version = "0.2.0", features = ["fs", "trace"] }