Skip to content

Commit

Permalink
build(deps): update async-task requirement from ^1.3 to ^3.0
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 25, 2020
1 parent 2ce8227 commit 274dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-runtime/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 274dc9c

Please sign in to comment.