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"] }