From 2ff086520780c82c3bc70e68b504ff307e278eb8 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 14:44:48 +0800 Subject: [PATCH] Update to async-std v1.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e63c4363..1e090aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ smol = { version = "2.0", default-features = false, optional = true } tokio = { version = "1.0", default-features = false, features = [ "rt", ], optional = true } -async-std = { version = "1.9", optional = true } +async-std = { version = "1.13", optional = true } [dependencies.plotters] version = "^0.3.1"