From 349dcdacc7d9b0f522eed3a46f42367ba650a6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:38:25 +0000 Subject: [PATCH] Update async-channel requirement from 1.7.0 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.7.0...v2.0.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cameleon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cameleon/Cargo.toml b/cameleon/Cargo.toml index d369f6e5..82e22390 100644 --- a/cameleon/Cargo.toml +++ b/cameleon/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1.0.24" semver = "1.0.0" zip = "0.6.0" sha-1 = "0.10.0" -async-channel = "1.7.0" # 1.7.0 has added recv_blocking() +async-channel = "1.7.0" # 2.0.0 has added recv_blocking() tracing = "0.1.26" auto_impl = "1.0.1" cameleon-device = { path = "../device", version = "0.1.12" }