Skip to content

Commit

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

---
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 Feb 3, 2025
1 parent 86db25a commit 7304b4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rustls-pemfile = "2.2.0"
x509-parser = "0.17.0"
sha1 = "0.10.5"
hex = "0.4.3"
redis = { version = "0.25.3", features = ["tokio-comp", "aio"]}
redis = { version = "0.28.2", features = ["tokio-comp", "aio"]}
log4rs = "1.2.0"
log-mdc = "0.1.0"
tokio-util = "0.7.10"
Expand Down

0 comments on commit 7304b4e

Please sign in to comment.