Bump async-std from 1.9.0 to 1.10.0 (#9759)

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

---
updated-dependencies:
- dependency-name: async-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-29 10:53:15 +02:00
committed by GitHub
parent 8684b73b46
commit 559faf1c61
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ nix = "0.19"
serde_json = "1.0"
regex = "1"
platforms = "1.1"
async-std = { version = "1.6.5", features = ["attributes"] }
async-std = { version = "1.10.0", features = ["attributes"] }
soketto = "0.4.2"
[build-dependencies]