diff --git a/Cargo.toml b/Cargo.toml index 3447241..acbec6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ reqwest_cookie_store = "0.8" typed-builder = "0.20" fang = { version = "0.10.3", features = ["asynk"], default-features = false } redis-macros = { version = "0.4.2", optional = true } -redis = { version = "0.27.5", optional = true, features = [ +redis = { version = "0.28.0", optional = true, features = [ "tokio-comp", "aio", ] }