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"