From 53c1c253a63ef5940925219fa37b1bb1d72dc978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:04:41 +0000 Subject: crates: bump redis from 0.28.2 to 0.29.1 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.28.2 to 0.29.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.28.2...redis-0.29.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 58a9bbf..abd84d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.11.6" log = "0.4.25" poise = "0.6.1" rand = "0.8.5" -redis = { version = "0.28", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.29", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.5" reqwest = { version = "0.12.12", default-features = false, features = [ "rustls-tls", -- cgit v1.2.3