From fe9cb8e8c0ce15ffbc90461cce2d29699cf7d420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:26:03 +0200 Subject: [PATCH] Update redis requirement from 0.26 to 0.27 (#169) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a537f58..0664594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures = "0.3" futures-util = "0.3" jsonwebtoken = {version = "9.0", optional = true} rand = {version = "0.8", optional = true} -redis = {version = "0.26", features = ["tokio-comp"], optional = true} +redis = {version = "0.27", features = ["tokio-comp"], optional = true} reqwest = {version = "0.12", features = ["json", "multipart", "stream"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"