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,4 +10,4 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
tower = { version = "0.4", features = ["util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.1", features = ["add-extension", "auth", "compression-full", "trace" ] }
tower-http = { version = "0.2.0", features = ["add-extension", "auth", "compression-full", "trace"] }