From de905a878c363d3c439678cec3f50efcf0ba945f Mon Sep 17 00:00:00 2001 From: junxiang Mu <1948535941@qq.com> Date: Mon, 28 Jul 2025 11:02:40 +0800 Subject: [PATCH] Cargo: use workspace dependence Signed-off-by: junxiang Mu <1948535941@qq.com> --- crates/e2e_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/e2e_test/Cargo.toml b/crates/e2e_test/Cargo.toml index 4f2ef8710..cd51afdb5 100644 --- a/crates/e2e_test/Cargo.toml +++ b/crates/e2e_test/Cargo.toml @@ -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 }