From cc27501a960057a18eebf2d5039b7fed1d2368c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 05:23:04 +0000 Subject: [PATCH] Update redis requirement from 0.23 to 0.25 Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.0...redis-0.25.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"