From 148955f725ad3390a8f851bbe3d96b505d4b5f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:05:33 +0000 Subject: [PATCH] build: Bump async-task from 4.4.0 to 4.5.0 Bumps [async-task](https://github.com/smol-rs/async-task) from 4.4.0 to 4.5.0. - [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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: async-task dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ecba4b6..eb1fb8676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "async-task" -version = "4.4.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" +checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" [[package]] name = "async-trait"