refactor: bump axum 0.6, use recommended way to nest routes (#668)

This commit is contained in:
Dongxu Wang
2022-11-30 20:04:33 +08:00
committed by GitHub
parent 68c2de8e45
commit 6d24f7ebb6
5 changed files with 88 additions and 60 deletions

View File

@@ -11,8 +11,8 @@ python = ["dep:script"]
[dependencies]
api = { path = "../api" }
async-trait = "0.1"
axum = "0.6.0-rc.2"
axum-macros = "0.3.0-rc.1"
axum = "0.6"
axum-macros = "0.3"
backon = "0.2"
catalog = { path = "../catalog" }
common-base = { path = "../common/base" }