From ea640a0ac00fc78e1ccd1c78a677aab33560e1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:44:18 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.27 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.27.0...redis-1.2.4) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.4 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 f480ffa..bfe9713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ dashmap = "6" async-trait = "0.1" ipnet = "2" # Optional shared rate-limit store for multi-instance deployments. -redis = { version = "0.27", features = ["tokio-comp"], optional = true } +redis = { version = "1.2", features = ["tokio-comp"], optional = true } # Auth (JWT validation, route policies). # Crypto backend is selected via this crate's `rust_crypto` / `aws_lc_rs`