From 5cb1b751ea5253e3b93647c26fd0389dc0dadd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:23:00 +0000 Subject: deps(crates): bump redis from 0.23.3 to 0.24.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0) --- 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 fb17625..62fec73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.20" poise = "0.5.7" once_cell = "1.19.0" rand = "0.8.5" -redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" reqwest = { version = "0.11.22", default-features = false, features = [ "rustls-tls", -- cgit v1.2.3