refactor: migrate to axum 0.7
This commit is contained in:
parent
57704def31
commit
e1e544267d
5 changed files with 159 additions and 43 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue