From 941161c76e37f9aeed38040c12167fa44d4d5c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:22:39 +0000 Subject: [PATCH] chore(cargo): update redis requirement from 0.27.5 to 0.28.1 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.5...redis-0.28.1) --- updated-dependencies: - dependency-name: redis 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 3447241..564382e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ reqwest_cookie_store = "0.8" typed-builder = "0.20" fang = { version = "0.10.3", features = ["asynk"], default-features = false } redis-macros = { version = "0.4.2", optional = true } -redis = { version = "0.27.5", optional = true, features = [ +redis = { version = "0.28.1", optional = true, features = [ "tokio-comp", "aio", ] }