From 49bebd57f52f41d2b358c513e02c85774681da64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:31:38 +0000 Subject: [PATCH] build(deps): update async-channel requirement from 1.7.1 to 2.1.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.1.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..358c0b50 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.1.0" futures = "0.3.25" tokio = { version = "1.22.0", features = ["full"] } pcre2 = "0.2.3"