Update async-channel requirement from 1.4.2 to 2.0.0

Updates the requirements on [async-channel](https://github.com/smol-rs/async-channel) to permit the latest version.
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-channel/compare/v1.4.2...v2.0.0)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 14:02:37 +00:00 committed by Taiki Endo
parent d1da833155
commit 1beb26f5d1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ categories = ["asynchronous", "concurrency", "network-programming"]
exclude = ["/.*"]
[dependencies]
async-channel = "1.4.2"
async-channel = "2.0.0"
async-executor = "1.5.0"
async-fs = "1.3.0"
async-io = "1.12.0"