From c216675af64357cf6aa3da61a362185c7c4462e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:43:13 +0000 Subject: [PATCH] build(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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e0aaf3a7..9d41a648a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5393,7 +5393,7 @@ dependencies = [ "rand_hc", "rand_xoshiro", "rayon", - "redis 0.27.4", + "redis 0.27.5", "regex", "reqwest", "rfd", @@ -5784,9 +5784,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 = [ "ahash", "arc-swap",