Skip to content

Commit

Permalink
Bump redis from 0.23.3 to 0.25.4
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.25.4.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.3...redis-0.25.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent e48428b commit a10022f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ warp = { version = "0.3", features = ["tls"] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
redis = { version = "0.23", features = ["tokio-comp"] }
redis = { version = "0.25", features = ["tokio-comp"] }
thiserror = "1.0"
dashmap = "5.5"
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit a10022f

Please sign in to comment.