From 9adc7abbdbd5a7c04447291ecb138d446f93e688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:36:58 +0000 Subject: [PATCH] deps(deps): bump redis from 1.2.0 to 1.2.1 Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.2.0...redis-1.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d52f1c..b731211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,9 +1224,9 @@ dependencies = [ [[package]] name = "redis" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44e94c96d8870a387d88ce3de3fdd608cbfc0705f03cb343cdde91509d3e49a" +checksum = "72d32a1ac9123f0d84fda64bfc02a271d9868483162dd2d9099b5c362ece064c" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index aaa23b5..5dbcc75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ apalis-codec = "0.1.0-rc.7" apalis-core = { version = "1.0.0-rc.7", default-features = false, features = [ "sleep", ] } -redis = { version = "1.0.4", default-features = false, features = [ +redis = { version = "1.2.1", default-features = false, features = [ "script", "aio", "connection-manager", @@ -50,7 +50,7 @@ apalis-board = { version = "1.0.0-rc.6", features = ["axum"] } axum = { version = "0.8", features = ["macros", "json"] } tracing-subscriber = { version = "0.3.11", features = ["env-filter"] } tracing = "0.1" -redis = { version = "1.0.4", default-features = false, features = [ +redis = { version = "1.2.1", default-features = false, features = [ "sentinel", ] }