From c2d598ca9a1ad42151cba7adff97be8b6870b5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:43:12 +0000 Subject: [PATCH] Update redis requirement from 0.27 to 0.29 Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.0...redis-0.29.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- channel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel/Cargo.toml b/channel/Cargo.toml index 297d164..1504033 100644 --- a/channel/Cargo.toml +++ b/channel/Cargo.toml @@ -48,7 +48,7 @@ nanoid = { version = "0.4" } chrono = "*" # hex = "0.4.3" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.29", features = ["tokio-comp"] } clap = { version = "4.5", features = ["color", "derive", "wrap_help", "env"] } dotenv = { version = "0.15" }