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
@@ -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.1", features = ["trace"] }
tower-http = { version = "0.2.0", features = ["trace"] }
serde_json = "1.0"
hyper = { version = "0.14", features = ["full"] }