From cc4021ed793ec7c64422c92302f56f186038b31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:33:27 +0000 Subject: [PATCH] build(deps): bump redis from 0.25.4 to 0.25.5 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.4 to 0.25.5. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.4...redis-0.25.5) --- updated-dependencies: - dependency-name: redis dependency-version: 0.25.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fc8998..dc2082f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,9 +1994,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.4" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec" +checksum = "5e46922bd01fefcfdcf58d9cd626da082bb2cde27211920dacfde6b2ecf9a35b" dependencies = [ "arc-swap", "async-trait",