From b77549e14c0630834c31a5d97d72066cca54a0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:20:41 +0000 Subject: [PATCH] Update redis requirement from 0.26 to 0.27 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.26.0...redis-0.27.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 b0db7fa..c3c2f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ futures = "0.3" rand = "0.8" serde = "1.0" serde_json = "1.0" -redis = { version = "0.26", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } +redis = { version = "0.27", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } time = "0.3"