From c77eff025e0cdc8a41f7067a6410f0c71b84f644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:14:43 +0000 Subject: [PATCH] chore(deps)(deps): Update redis requirement from 0.23 to 1.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.23.0...redis-1.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.1.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..85fffc92 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.1", features = ["tokio-comp", "streams"] } # Retry & Resilience backoff = { version = "0.4", features = ["tokio"] }