From 4359dce9aac44ba090920cdc429549c6a1c756f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:05:49 +0000 Subject: [PATCH] Bump redis from 0.31.0 to 0.32.2 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.31.0 to 0.32.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.31.0...redis-0.32.2) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.2 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 218c5f2..37bd8c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,9 +1926,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.31.0" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" +checksum = "f2f6fd3fd5bb3a9a48819ae5cbad501968f208c1abd139649e7e2cf5d7f4b40b" dependencies = [ "arc-swap", "async-std", diff --git a/Cargo.toml b/Cargo.toml index cc1de6b..2e0eb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rust-version = "1.85.0" metrics = { path = "metrics" } prost = "0.13" prost-types = { version = "0.13" } -redis = { version = "0.31", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true } +redis = { version = "0.32", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true } tokio = { version = "1.41", features = ["full", "test-util"] } tonic = "0.13" tonic-health = "0.13"