From 2d46b3ce000191c2dea4cbcbaf9be1b75060122c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:32:54 +0000 Subject: [PATCH] chore(deps): bump redis from 0.27.4 to 0.27.5 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.4 to 0.27.5. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.4...redis-0.27.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... 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 94ff15b..2d6eef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6baebe319ef5e4b470f248335620098d1c2e9261e995be05f56f719ca4bdb2" +checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a456093..6d9b983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "sync" uuid = { version = "1", features = ["v4"] } etcd-client = { version = "0.14", optional = true } -redis = { version = "0.27.4", optional = true, features = ["tokio-comp"] } +redis = { version = "0.27.5", optional = true, features = ["tokio-comp"] } [dev-dependencies] pretty_env_logger = "0.5"