Update to tower-http 0.3.0 (#965)

* Update to tower-http 0.3.0

* changelog link
This commit is contained in:
David Pedersen
2022-04-25 14:59:16 +00:00
committed by GitHub
parent ebecac57a3
commit 79f6cde3b1
14 changed files with 18 additions and 16 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.2.0", features = ["cors"] }
tower-http = { version = "0.3.0", features = ["cors"] }