From 52782bb7619f78341b144e87b7d0a3ac6bad7ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:02:14 +0000 Subject: [PATCH] Update redis requirement from 0.23 to 0.25 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.25.4) --- 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 a11973b..fb06980 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.23", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } +redis = { version = "0.25", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] } time = "0.3"