Skip to content

Commit

Permalink
Update redis requirement from 0.23 to 0.24
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.0...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Dec 6, 2023
1 parent 6908d2f commit 02fc1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/djc/bb8"
[dependencies]
async-trait = "0.1"
bb8 = { version = "0.8", path = "../bb8" }
redis = { version = "0.23", default-features = false, features = ["tokio-comp"] }
redis = { version = "0.24", default-features = false, features = ["tokio-comp"] }

[dev-dependencies]
futures-util = "0.3.15"
Expand Down

0 comments on commit 02fc1c5

Please sign in to comment.