From 4c5e1f0ffb001683bf42d21daf7086e64c0639b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:30:06 +0000 Subject: [PATCH] Bump redis from 0.27.5 to 0.28.2 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.5 to 0.28.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.5...redis-0.28.2) --- updated-dependencies: - dependency-name: redis 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 81cf588..fc77419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.5" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" +checksum = "e37ec3fd44bea2ec947ba6cc7634d7999a6590aca7c35827c250bc0de502bda6" dependencies = [ "arc-swap", "combine", diff --git a/Cargo.toml b/Cargo.toml index 020e0cb..25f21b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ log = "0.4" [dev-dependencies] anyhow = "1" -redis = "0.27" +redis = "0.28" lazy_static = "1" valkey-module-macros = { path = "valkeymodule-rs-macros", version = "0.1.3" } valkey-module = { path = "./", default-features = false, features = ["min-valkey-compatibility-version-8-0", "min-redis-compatibility-version-7-2"] }