diff --git a/Cargo.toml b/Cargo.toml index b8c677c..f2eade2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = { version = "4", default-features = false, features = ["macros"] } dashmap = { version = "5.4.0", optional = true } futures = "0.3.28" log = "0.4.19" -redis = { version = "0.23.0", default-features = false, features = ["tokio-comp", "aio", "connection-manager"], optional = true } +redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "aio", "connection-manager"], optional = true } thiserror = "1.0.40" [features]