Skip to content

Commit

Permalink
Merge pull request #21 from spk/dependabot/cargo/redis-0.25
Browse files Browse the repository at this point in the history
Update redis requirement from 0.23 to 0.25
  • Loading branch information
spk committed Jul 8, 2024
2 parents 108e187 + 52782bb commit 3109fbe
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 @@ -20,5 +20,5 @@ futures = "0.3"
rand = "0.8"
serde = "1.0"
serde_json = "1.0"
redis = { version = "0.23", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
redis = { version = "0.25", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
time = "0.3"

0 comments on commit 3109fbe

Please sign in to comment.