From 80d0aa81ead97bdf88d40ce638b048ef2e00cbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:09:41 +0000 Subject: [PATCH] build(deps): bump redis from 0.23.3 to 0.23.4 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.23.4. - [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.23.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... 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 185509e..9bf1398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "1326371ccc7b3cd1c0c603f6eb3490a1ddecf1e7fb4a3caacf5db4684f5a7db9" dependencies = [ "combine", "itoa", diff --git a/Cargo.toml b/Cargo.toml index c174816..1df04cd 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.2" +redis = "0.23.4" ring-channel = "0.12.0"