From 2f2a88fa034d0f63c6ed62580bfe15c81abd72c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:12 +0000 Subject: [PATCH] Bump redis from 1.4.1 to 1.5.0 in /wws Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.4.1...redis-1.5.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wws/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wws/Cargo.lock b/wws/Cargo.lock index b4d9384455..386170d00b 100644 --- a/wws/Cargo.lock +++ b/wws/Cargo.lock @@ -1748,9 +1748,9 @@ dependencies = [ [[package]] name = "redis" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0b9503711b03773e43b31668c7b5bd279ee7cd9b7d18cff7c23a42cc1d08e5a" +checksum = "3257df217f7eab0044627a268c9cc6cdb60c0c421c88f83ac41c4e31520b6b84" dependencies = [ "arc-swap", "arcstr",