From 2bf34078e5c314152636fe0ed65a1c9cf9e643fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:30:10 +0000 Subject: [PATCH] build(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 ++-- dcapal-backend/migration/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9ee0f..5843cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,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-attributes", "async-channel 1.9.0", diff --git a/dcapal-backend/migration/Cargo.toml b/dcapal-backend/migration/Cargo.toml index 25fd49d..409ce7a 100644 --- a/dcapal-backend/migration/Cargo.toml +++ b/dcapal-backend/migration/Cargo.toml @@ -11,7 +11,7 @@ name = "migration" path = "src/lib.rs" [dependencies] -async-std = { version = "1.13.1", features = ["attributes", "tokio1"] } +async-std = { version = "1.13.2", features = ["attributes", "tokio1"] } [dependencies.sea-orm-migration] version = "1.1.14"