diff --git a/Cargo.toml b/Cargo.toml index 488f92d..94c4158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures-util = "0.3" jsonwebtoken = {version = "9.0", optional = true} jwks_client_rs = {version = "0.5", optional = true} rand = {version = "0.8", optional = true} -redis = {version = "0.23", features = ["tokio-comp"], optional = true} +redis = {version = "0.25", features = ["tokio-comp"], optional = true} reqwest = {version = "0.11", features = ["json", "multipart", "stream"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"