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]