From c8b5ae34e887e5eb090f647074616c9df24aec52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:17:19 +0000 Subject: [PATCH] build(deps): update async-channel requirement from 1.7.1 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.1...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 70310f8f..2b5ee5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_yaml = "0.9.14" serde = {version = "1.0.147",features = ["derive"]} deadpool = "0.9.5" deadpool-redis = "0.11.0" -async-channel = "1.7.1" +async-channel = "2.0.0" futures = "0.3.25" tokio = { version = "1.22.0", features = ["full"] } pcre2 = "0.2.3"