Skip to content

Commit

Permalink
ci: update redis requirement from 0.25.1 to 0.27.4 (#15)
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.25.1...redis-0.27.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent e9a4387 commit e14bf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ serde_json = "1.0"

[dev-dependencies]
chrono = "0.4.23"
redis = "0.25.1"
redis = "0.27.4"
tokio = { version = "1.22.0", features = ["macros"] }

0 comments on commit e14bf1e

Please sign in to comment.