From 3a99acae14b0f2fe09b56d183523c0ce64a2f226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:21:40 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.32.2 to 1.0.4 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.32.2...redis-1.0.4) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.4 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 7e8c891..82f168f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ oracle = "0.6.0" postgres = "0.19.7" pretty_env_logger = "0.5.0" rdkafka = "0.38.0" -redis = { version = "0.32.2", features = ["json"] } +redis = { version = "1.0.4", features = ["json"] } reqwest = { version = "0.12.5", features = [ "blocking", "json",