Updated dependencies. Tower from 0.4 -> 0.5

This commit is contained in:
Martin Berg Alstad
2024-08-19 14:18:51 +02:00
parent 10d8535b27
commit 7eb675c210
3 changed files with 89 additions and 118 deletions

View File

@ -22,7 +22,7 @@ homepage = { workspace = true }
[dependencies]
# Api
axum = { version = "0.7", optional = true, features = ["multipart"] }
tower = { version = "0.4", optional = true }
tower = { version = "0.5", optional = true }
tower-http = { version = "0.5", optional = true, features = ["trace", "cors", "normalize-path"] }
# Async
tokio = { version = "1.38", optional = true, features = ["fs"] }