Skip to content

Commit

Permalink
Update redis requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/mitsuhiko/redis-rs) to permit the latest version.
- [Release notes](https://github.com/mitsuhiko/redis-rs/releases)
- [Changelog](https://github.com/mitsuhiko/redis-rs/blob/master/CHANGELOG.md)
- [Commits](redis-rs/redis-rs@0.20.0...0.21.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2021
1 parent 09d5e11 commit ea3c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ orientdb-client = "0.6"
postgres = "0.19"
pretty_env_logger = "0.4"
rdkafka = "0.26"
redis = "0.20"
redis = "0.21"
reqwest = { version = "0.11", features = [ "blocking" ] }
rusoto_core = "0.46"
rusoto_credential = "0.46"
Expand Down

0 comments on commit ea3c1b3

Please sign in to comment.