Skip to content

Commit

Permalink
Merge pull request #128 from code0-tech/renovate/redis-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate redis to 0.28.0
  • Loading branch information
raphael-goetz authored Jan 8, 2025
2 parents 21f9a7f + de354b6 commit 8a755ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.dependencies]
redis = { version = "0.27.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
redis = { version = "0.28.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
tonic = "0.12.1"
tokio = { version = "1.39", features = ["rt-multi-thread", "rt", "macros"] }
futures = "0.3"
Expand Down

0 comments on commit 8a755ea

Please sign in to comment.