Skip to content

Commit

Permalink
Update redis requirement from 0.27 to 0.28
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.27.0...redis-0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and djc committed Jan 8, 2025
1 parent 1e51f51 commit 2929afe
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 @@ -9,7 +9,7 @@ repository = "https://github.com/djc/bb8"

[dependencies]
bb8 = { version = "0.9", path = "../bb8" }
redis = { version = "0.27", default-features = false, features = ["tokio-comp"] }
redis = { version = "0.28", default-features = false, features = ["tokio-comp"] }

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

0 comments on commit 2929afe

Please sign in to comment.