Skip to content

Commit

Permalink
chore(deps): bump redis from 0.25.4 to 0.27.6
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.27.6.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.25.4...redis-0.27.6)

---
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 Dec 16, 2024
1 parent 1a93553 commit 827a862
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 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.25", features = ["tokio-comp"] }
redis = { version = "0.27", features = ["tokio-comp"] }
rumqttc = "0.24.0"
tokio = { version = "1", features = ["rt", "macros", "process"] }

0 comments on commit 827a862

Please sign in to comment.