Skip to content

Commit

Permalink
ci: update redis requirement from 0.23.0 to 0.24.0 (#6)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent 6bd9d0d commit 4b11a38
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.23.0"
redis = "0.24.0"
tokio = { version = "1.22.0", features = ["macros"] }

0 comments on commit 4b11a38

Please sign in to comment.