diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index 969ee87..2a12f7d 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -17,7 +17,6 @@ version = "0.14.0" [lib] [dependencies] -async-std = {version = "1.9.0", features = ["attributes"]} futures = "0.3.15" futures-timer = "3.0.2" rstest_macros = {version = "0.14.0", path = "../rstest_macros"}