From d991647543db47a002c324839e9647e3cde574ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:36:28 +0000 Subject: [PATCH] build(deps): update async-channel requirement from 1.7.1 to 2.1.1 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.1) --- 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..7188510f 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.1" futures = "0.3.25" tokio = { version = "1.22.0", features = ["full"] } pcre2 = "0.2.3"