Skip to content

Commit

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

0 comments on commit a62175a

Please sign in to comment.