From 02f388460a0de32aef1bdd8c30a1cd21c289d3ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 05:54:38 +0000 Subject: [PATCH] Update async-std requirement from 0.99 to 1.8 Updates the requirements on [async-std](https://github.com/async-rs/async-std) to permit the latest version. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v0.99.0...v1.8.0) 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 445699b..c32b8f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ crossbeam-channel = "0.3.9" bus = "2.2.2" # Remove later when executor is in place -async-std = "0.99" +async-std = "1.8" [dev-dependencies]