Skip to content

Commit

Permalink
chore(deps): update redis requirement from 0.26 to 0.27
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.26.0...redis-0.27.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 337dfa4 commit 8157ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustainers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ insta = { version = "1.39", features = ["json"] }
mongodb = "3.0.1"
object_store = { version = "0.11.0", features = ["aws"] }
rdkafka = { version = "0.36" }
redis = "0.26"
redis = "0.27"
rstest = "0.22"
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7"
Expand Down

0 comments on commit 8157ebd

Please sign in to comment.