From d07920ff9c438a756ec7e75a5f4bd73dfce5563a Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Mon, 31 May 2021 09:53:24 -0700 Subject: [PATCH] dev-deps: async-std @ 1.x --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c12dfa..cab7a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ syn = { version = "1.0", features = ["full"] } quote = "1.0" [dev-dependencies] -async-std = "0.99.5" +async-std = "1.9.0"