From d03e43facc02982e75fe7b50a49e1484a2910d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 23:11:35 +0000 Subject: [PATCH] build: Bump async-task from 4.7.0 to 4.7.1 Bumps [async-task](https://github.com/smol-rs/async-task) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/smol-rs/async-task/releases) - [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-task/compare/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: async-task dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43d7b96bc..9b33ee268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "async-task" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait"