From 274dc9cb991740e85a8af22e2252180872c10e68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 09:42:22 +0000 Subject: [PATCH] build(deps): update async-task requirement from ^1.3 to ^3.0 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) Signed-off-by: dependabot-preview[bot] --- heim-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim-runtime/Cargo.toml b/heim-runtime/Cargo.toml index af786ee6..a58d86d1 100644 --- a/heim-runtime/Cargo.toml +++ b/heim-runtime/Cargo.toml @@ -18,7 +18,7 @@ futures-util = { version = "^0.3", default-features = false, features = ["std", pin-utils = { version = "0.1.0-alpha.4", optional = true } # runtime-polyfill -async-task = { version = "^1.3", optional = true } +async-task = { version = "^3.0", optional = true } crossbeam-utils = { version = "~0.7", optional = true } futures-channel = "^0.3" futures-timer = "~3.0"