From 606a39cf83ce6e4c1997b0c9b745d0d8973e9778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:56:16 +0000 Subject: [PATCH] Bump redis from 0.31.0 to 0.32.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/commits) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.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 218c5f2..e1201c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,9 +1926,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" +checksum = "bd673deb3d184140109c1e27b043c2354cb79399c3ef304c365fc628092ed773" 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"