From 9ae27c8008b089c9c1e86f50d4f351bf6c391dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:09:51 +0000 Subject: [PATCH] chore(deps)(deps): Update redis requirement from 0.23 to 1.2 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.23.0...redis-1.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.0 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 07bd0221..2436b1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ hyper = { version = "1.0", features = ["server", "http1", "http2"] } # Event Streaming (pinned to avoid rmp-serde edition2024 requirement) async-nats = "0.32" -redis = { version = "0.23", features = ["tokio-comp", "streams"] } +redis = { version = "1.2", features = ["tokio-comp", "streams"] } # Retry & Resilience backoff = { version = "0.4", features = ["tokio"] }