From 1f3b3b8e0b681b0ddb0bb83166ae7f5966dba011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:19:59 +0000 Subject: [PATCH] crates: bump redis from 0.25.3 to 0.25.4 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.3...redis-0.25.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 915dc22..51b41f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,9 +1426,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" +checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8bf71a1..8701024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include_dir = "0.7.3" log = "0.4.21" poise = "0.6.1" rand = "0.8.5" -redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.25.4", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.3.0" reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls",