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
@@ -7,4 +7,4 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.1", features = ["cors"] }
tower-http = { version = "0.2.0", features = ["cors"] }