From b94c31d560e5a29aeffda48c86889b927a7e7d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:34:17 +0000 Subject: [PATCH] chore(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 fb596a6de..7e1dd5883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6146,9 +6146,9 @@ dependencies = [ [[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 895a0f96f..87b182a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ indexmap = "2.13" envsubst = "0.2.1" directories = "6.0.0" dotenv = "0.15" -redis = "1.1.0" +redis = "1.2.0" redis-test = "1.0.2" rustls = "0.23.37" object_store = "0.13.2"