From 5e85933f3d036d7440c656663185bbcd61a14bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:06:29 +0000 Subject: [PATCH] build(deps): bump redis from 0.23.4 to 0.24.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.4 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.4...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.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bf1398..54c3acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.4" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1326371ccc7b3cd1c0c603f6eb3490a1ddecf1e7fb4a3caacf5db4684f5a7db9" +checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd" dependencies = [ "combine", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 1df04cd..a0606b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ anyhow = "1.0.72" clap = { version = "4.4.7", features = ["derive"] } env_logger = "0.10.0" log = "0.4.20" -redis = "0.23.4" +redis = "0.24.0" ring-channel = "0.12.0"