From 04dc04f4a6e5185a81a2eacac28034935e6c4ad9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:52:23 +0000 Subject: [PATCH] Update Rust crate redis to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 993e3d3..dad1694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ actix-casbin-auth = { git = "https://github.com/casbin-rs/actix-casbin-auth.git" casbin = "2.2.0" aes-gcm = "0.10.3" base64 = "0.22.0" -redis = { version = "0.25.2", features = ["tokio-comp"] } +redis = { version = "0.32.0", features = ["tokio-comp"] } [dependencies.sqlx] version = "0.8.1"