Skip to content

Commit

Permalink
chore(deps): bump redis from 0.27.6 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.6 to 0.28.1.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.27.6...redis-0.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 1b77684 commit d4db1c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license.workspace = true
[dev-dependencies]
anyhow = "1"
curl = { version = "0.4", features = ["static-curl"] }
redis = { version = "0.27", features = ["tokio-comp"] }
redis = { version = "0.28", features = ["tokio-comp"] }
rumqttc = "0.24.0"
tokio = { version = "1", features = ["rt", "macros", "process"] }

0 comments on commit d4db1c4

Please sign in to comment.