chore: util workspace deps in more places (#792)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2022-12-27 16:26:59 +08:00
committed by GitHub
parent 3978931b8e
commit 26a3e93ca7
30 changed files with 57 additions and 51 deletions

View File

@@ -9,9 +9,9 @@ default = ["python"]
python = ["dep:script"]
[dependencies]
async-trait.workspace = true
api = { path = "../api" }
arrow-flight.workspace = true
async-trait = "0.1"
axum = "0.6"
axum-macros = "0.3"
backon = "0.2"