From d34bc9be200534fe13b2c045e8efe7c390871c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:30:22 +0000 Subject: [PATCH] build(deps): bump redis from 1.0.4 to 1.0.5 Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.0.4...redis-1.0.5) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17ae01f8d7d..011dc779da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,9 +933,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ded5f9a03ac8f24d1b8a25101ee812cd32cdc8c50a4c50237de2c4915850e73" +checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" dependencies = [ "rustversion", ] @@ -6496,9 +6496,9 @@ checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" [[package]] name = "redis" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe7f6e08ce1c6a9b21684e643926f6fc3b683bc006cb89afd72a5e0eb16e3a2" +checksum = "b36964393906eb775b89b25b05b7b95685b8dd14062f1663a31ff93e75c452e5" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index f8bb378ac49..4818675a241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ itertools = "0.14.0" lazy_static = "1.5.0" prost = "0.14" prost-types = "0.14" -redis = { version = "1.0.4", features = [ +redis = { version = "1.0.5", features = [ "aio", "connection-manager", "tokio-comp",