From f942d8a191c659edfa8b9f2f005e0987da5d0068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 00:33:09 +0000 Subject: [PATCH] Update redis-async requirement from 0.14 to 0.16 (#336) * Update redis-async requirement from 0.14 to 0.16 Updates the requirements on [redis-async](https://github.com/benashford/redis-async-rs) to permit the latest version. - [Commits](https://github.com/benashford/redis-async-rs/commits) --- updated-dependencies: - dependency-name: redis-async dependency-type: direct:production ... Signed-off-by: dependabot[bot] * docs: update changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede --- actix-redis/CHANGES.md | 2 +- actix-redis/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 4ddcc4087..2bb3e1778 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased -- Update `redis-async` dependency to `0.14`. +- Update `redis-async` dependency to `0.16`. - Minimum supported Rust version (MSRV) is now 1.68. ## 0.12.0 diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index a89970e24..a1ceb7800 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.6" backoff = "0.4.0" derive_more = "0.99.7" futures-core = { version = "0.3.7", default-features = false } -redis-async = "0.14" +redis-async = "0.16" time = "0.3" tokio = { version = "1.18.4", features = ["sync"] } tokio-util = "0.7"