From 3d2f5a33e04dbe4ff44c8611f43aeb4d307f997c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 05:07:27 +0000 Subject: [PATCH] Update redis requirement from 0.27 to 0.28 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.27.0...redis-0.28.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 12f51ce..48b48c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ futures = "0.3" futures-util = "0.3" jsonwebtoken = { version = "9.0", optional = true } rand = { version = "0.8", optional = true } -redis = { version = "0.27", features = ["tokio-comp"], optional = true } +redis = { version = "0.28", features = ["tokio-comp"], optional = true } reqwest = { version = "0.12", features = ["json", "multipart", "stream"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"