refactor: migrate to axum 0.7

This commit is contained in:
Sandro Eiler 2023-12-15 23:13:00 +01:00
parent 57704def31
commit e1e544267d
5 changed files with 159 additions and 43 deletions

View file

@ -20,9 +20,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
# serde_with = "3"
# Axum
axum = { version = "0.6.20" }
# tower-http = { version = "0.4.4", features = ["fs"] }
# tower-cookies = "0.9"
axum = { version = "0.7" }
# tower-http = { version = "0.5", features = ["fs"] }
# tower-cookies = "0.10"
# # Others
# lazy-regex = "3"
# async-trait = "0.1"