From e497b0f1757afa895b059ec160774c760f6a9882 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 17:43:29 +0800 Subject: [PATCH] Update dev dep async-std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bc3472..c1c969f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ gloo-timers = { version = "0.2.0", features = ["futures"], optional = true } send_wrapper = { version = "0.4.0", optional = true } [dev-dependencies] -async-std = { version = "1.0.1", features = ["attributes"] } +async-std = { version = "1.13", features = ["attributes"] } futures = "0.3.1" [features]