From 1f2a7197c150ad68a803f9ac79b5237564b775d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:25:05 +0000 Subject: [PATCH] build(deps): bump redis from 1.1.0 to 1.2.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.1.0...redis-1.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca162a43729..d2b5ea193f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6717,9 +6717,9 @@ checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" [[package]] name = "redis" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76e41a79ae5cbb41257d84cf4cf0db0bb5a95b11bf05c62c351de4fe748620d" +checksum = "f44e94c96d8870a387d88ce3de3fdd608cbfc0705f03cb343cdde91509d3e49a" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index f046dcc7a6c..2107c28a2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ itertools = "0.14.0" lazy_static = "1.5.0" prost = "0.14" prost-types = "0.14" -redis = { version = "1.1.0", features = [ +redis = { version = "1.2.0", features = [ "aio", "connection-manager", "tokio-comp",