From 914dd89d1e4cae197e0bcc2ed855795110d6a1e6 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Mon, 13 May 2024 09:25:59 -0700 Subject: [PATCH] Remove async-std from dev deps --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ad08d44..3a80a0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,8 +93,6 @@ mockall_double = "0.3.1" cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] } mockall = "0.12.1" rstest = "0.19.0" -# Required by rstest (rstest doesn't support tokio) -async-std = { version = "1.12.0", features = ["attributes"] } [workspace] members = [".", "examples/*"]