From 4e89029df854ad687f4e7a74e4850197945df8c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:58:29 +0000 Subject: [PATCH] chore(deps): update rust crate async-std to v1.13.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ed451..2193650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,4 +56,4 @@ features = [ default-features = false [dev-dependencies] -async-std = "=1.12.0" +async-std = "=1.13.2"