From f55abf934d227178a5c9bb510e612ad1a5c1df28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:08:26 +0000 Subject: [PATCH] build(deps): bump redis from 0.24.0 to 0.25.4 (#576) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2469ad..cca52db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2907,9 +2907,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.24.0" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd" +checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 38a9378..f65d620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ mlua = { version = "0.9.1", features = [ "luajit", "vendored", ], default-features = false } -redis = { version = "0.24.0", features = [ +redis = { version = "0.25.4", features = [ "tokio-comp", "connection-manager", ], default-features = false, optional = true }