Skip to content

Commit f3c9e3e

Browse files
fix(deps): update rust crate redis to v1
1 parent 2e00835 commit f3c9e3e

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ actix-casbin-auth = { git = "https://github.com/casbin-rs/actix-casbin-auth.git"
6969
casbin = "2.2.0"
7070
aes-gcm = "0.10.3"
7171
base64 = "0.22.1"
72-
redis = { version = "0.27.5", features = ["tokio-comp", "connection-manager"] }
72+
redis = { version = "1.0.0", features = ["tokio-comp", "connection-manager"] }
7373
urlencoding = "2.1.3"
7474
tera = "1.19.1"
7575

0 commit comments

Comments
 (0)