From d71c0d08a9e271930fcf9d6d615834248708caae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:14:52 +0000 Subject: [PATCH] chore(deps): Bump redis from 1.3.0 to 1.4.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3582299..cf0aaed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2266,9 +2266,9 @@ dependencies = [ [[package]] name = "redis" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fa6f8e4b491d7a8ef3a9550a4d71969bd0064f46e32b8dbbcc7fc60dad94fed" +checksum = "3cb5358643f48330db5c78856982faf39c93ba50c60d682b43d0344a3b649769" dependencies = [ "arcstr", "async-lock",