Skip to content

Commit 816f1c7

Browse files
Update Rust crate redis to 0.30.0
1 parent c2ac319 commit 816f1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ actix-casbin-auth = { git = "https://github.com/casbin-rs/actix-casbin-auth.git"
6161
casbin = "2.2.0"
6262
aes-gcm = "0.10.3"
6363
base64 = "0.22.0"
64-
redis = { version = "0.25.2", features = ["tokio-comp"] }
64+
redis = { version = "0.30.0", features = ["tokio-comp"] }
6565

6666
[dependencies.sqlx]
6767
version = "0.8.1"

0 commit comments

Comments
 (0)