Skip to content

Commit

Permalink
Merge pull request #251 from spinkube/dependabot/cargo/redis-0.27.6
Browse files Browse the repository at this point in the history
chore(deps): bump redis from 0.25.4 to 0.27.6
  • Loading branch information
Mossaka authored Dec 16, 2024
2 parents 1a93553 + 827a862 commit b60027b
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 b60027b

Please sign in to comment.