From 1beb26f5d10c050280f8cde05c9a5d2893ee321d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:02:37 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83f292f..308b977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"