From d71e0199208a20bad65e98ee92f3ce42ec40c880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 05:52:29 +0000 Subject: [PATCH] Update redis requirement from 0.23 to 0.24 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.24.0) --- 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 dcb24a2..f3e273c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures-util = "0.3" jsonwebtoken = {version = "9.0", optional = true} opentelemetry = {version = ">=0.17, <=0.20", optional = true} rand = {version = "0.8", optional = true} -redis = {version = "0.23", features = ["tokio-comp"], optional = true} +redis = {version = "0.24", features = ["tokio-comp"], optional = true} reqwest = {version = "0.11", features = ["json", "multipart", "stream"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"