From a0b46d04427eddaec3136b7616d17f296538089e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:41:09 +0000 Subject: [PATCH] Bump async-std from 1.13.1 to 1.13.2 in /tests/wasm-workspace Bumps [async-std](https://github.com/async-rs/async-std) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: async-std dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/wasm-workspace/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wasm-workspace/Cargo.lock b/tests/wasm-workspace/Cargo.lock index b49fbfe..6a2b978 100644 --- a/tests/wasm-workspace/Cargo.lock +++ b/tests/wasm-workspace/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24" +checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" dependencies = [ "async-channel 1.9.0", "async-global-executor",