mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
chore: update redis dependency to 0.28
This commit is contained in:
@ -28,7 +28,7 @@ actix-web = { version = "4", default-features = false, features = ["cookies"] }
|
||||
chrono = "0.4"
|
||||
derive_more = { version = "2", features = ["display", "error", "from"] }
|
||||
log = "0.4"
|
||||
redis = { version = "0.27", default-features = false, features = ["tokio-comp"] }
|
||||
redis = { version = "0.28", default-features = false, features = ["tokio-comp"] }
|
||||
time = "0.3"
|
||||
|
||||
# session
|
||||
|
Reference in New Issue
Block a user