From badcb447c003187ad8ad0b664f15557a396bbd99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:52:02 +0000 Subject: [PATCH] Update Rust crate async-std to 1.12.0 --- async-vfs-os/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-vfs-os/Cargo.toml b/async-vfs-os/Cargo.toml index 29b3e62..6437a79 100644 --- a/async-vfs-os/Cargo.toml +++ b/async-vfs-os/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" async-vfs = { path = "../async-vfs", version = "^0.56.0" } cfg-if = "1.0.0" futures-lite = "1.12.0" -async-std = { version = "1.6.0", features = [ "attributes" ], optional = true } +async-std = { version = "1.12.0", features = [ "attributes" ], optional = true } smol = { version = "1.3.0", optional = true } smol-potat = { version = "1.1.2", optional = true } tokio = { version = "1.13.0", optional = true, features = ["full", "test-util"] }