From fa00e832eabbf5ed303d4969580fc66bdccbdb8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 12:02:25 +0800 Subject: [PATCH] build(deps): bump redis from 0.25.3 to 0.25.4 (#245) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 859c01392..57e3f1326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2911,9 +2911,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 0fd0c9adc..d4d74818b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ rmp-serde = "1" rmp = "0.8" rmpv = "1.0" # -redis = { version = "0.25.3", default-features = false, features = ["tcp_nodelay"] } +redis = { version = "0.25.4", default-features = false, features = ["tcp_nodelay"] } # mlua = "0.9" pyo3 = { version = "0.21", default-features = false, features = ["auto-initialize"] }