diff --git a/crates/e2e_test/Cargo.toml b/crates/e2e_test/Cargo.toml index 4f2ef871..cd51afdb 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 }