From e5605a0d2b30c9d14dfcb70b7e8eaa9b7c8360d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:31:55 +0000 Subject: [PATCH] chore(deps): bump async-std from 1.13.1 to 1.13.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2ccc9d..df2d3a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,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", diff --git a/Cargo.toml b/Cargo.toml index 9b90e23..9385f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ colored = "3.0.0" log = "0.4.27" env_logger = "0.11.8" anyhow = "1.0.98" -async-std = "1.13.1" \ No newline at end of file +async-std = "1.13.2" \ No newline at end of file