Skip to content

Commit

Permalink
Merge pull request #23 from spk/dependabot/cargo/redis-0.27
Browse files Browse the repository at this point in the history
Update redis requirement from 0.26 to 0.27
  • Loading branch information
spk committed Sep 14, 2024
2 parents a62175a + b77549e commit b2be2ab
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.26", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
redis = { version = "0.27", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
time = "0.3"

0 comments on commit b2be2ab

Please sign in to comment.