Skip to content

Commit

Permalink
Update redis-async requirement from 0.14 to 0.16 (#336)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* docs: update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <[email protected]>
  • Loading branch information
dependabot[bot] and robjtede authored Sep 16, 2023
1 parent b737452 commit f942d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actix-redis/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actix-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f942d8a

Please sign in to comment.