From 202c36881502335e35661334367ffdd728de1f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:12:17 +0000 Subject: [PATCH] Update redis requirement from 0.27 to 0.28 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.28.1) --- 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 f171249..b2d4518 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.28", features = ["tokio-comp"] } clap = { version = "4.5", features = ["color", "derive", "wrap_help", "env"] } dotenv = { version = "0.15" }