From 24d1ed7e8aa9edad2aec0fbfc19f4cbad8efd4e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:31:28 +0000 Subject: [PATCH] build(deps): update async-task requirement from 1.3.1 to 4.0.3 Updates the requirements on [async-task](https://github.com/stjepang/async-task) to permit the latest version. - [Release notes](https://github.com/stjepang/async-task/releases) - [Changelog](https://github.com/stjepang/async-task/blob/master/CHANGELOG.md) - [Commits](https://github.com/stjepang/async-task/commits/v4.0.3) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37374f7b6..4acceaa5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ alloc = [ [dependencies] async-attributes = { version = "1.1.1", optional = true } -async-task = { version = "1.3.1", optional = true } +async-task = { version = "4.0.3", optional = true } broadcaster = { version = "1.0.0", optional = true } crossbeam-channel = { version = "0.4.2", optional = true } crossbeam-deque = { version = "0.7.3", optional = true }