From cc4e8c892e238ac70d5886900beaa91fb0a94589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:13:40 +0000 Subject: [PATCH] Update redis requirement from 0.25 to 0.26 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.25.0...redis-0.26.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 fb06980..b0db7fa 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.25", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } +redis = { version = "0.26", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } time = "0.3"