Cargo: use workspace dependence

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-07-28 11:02:40 +08:00
parent f3252f989b
commit de905a878c

View File

@@ -41,4 +41,4 @@ bytes.workspace = true
serial_test = "3.2.0"
aws-sdk-s3 = "1.99.0"
aws-config = "1.8.3"
async-trait = "0.1"
async-trait = { workspace = true }