cargo: bump async-std from 1.8.0 to 1.9.0

Bumps [async-std](https://github.com/async-rs/async-std) from 1.8.0 to 1.9.0.
- [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/v1.8.0...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-01 18:39:33 +00:00
committed by GitHub
parent 7dd5b05a00
commit 23e891f051
3 changed files with 20 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ libc = "0.2"
human-panic = "1.0.1"
num-traits = "0.2.6"
serde_json = "1.0"
async-std = "1.6.0"
async-std = "1.9.0"
anyhow = "1.0.40"
thiserror = "1.0.14"
rand = "0.7.3"