From 0a516e0a7d61f7855ee46ebad4af708cc9619394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:17:46 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.29.0 to 1.6.0 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.29.0...redis-1.2.2) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.2 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 51ad914..1966104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ percent-encoding = "2.3.2" rand = "0.10.2" dashmap = "6.1.0" once_cell = "1.21.0" -redis = "0.29.0" +redis = "1.6.0" tempfile = "3.27.0" mime = "0.3.17" bytes = "1.10.0"