chore: update tower-http (#985)

* Update tower-http

* one more update
This commit is contained in:
David Pedersen
2022-04-27 15:14:55 +02:00
committed by GitHub
parent fd596a8f58
commit 13b55df1d0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ h2 = "0.3"
tokio-rustls = "*"
hyper-rustls = { version = "0.23", features = ["http2"] }
rustls-pemfile = "*"
tower-http = { version = "0.2", features = ["add-extension"] }
tower-http = { version = "0.3", features = ["add-extension"] }
[build-dependencies]