Skip to content

Commit 100c6be

Browse files
chore(deps): update redis requirement in /reference-apps/rust (#61)
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.32.0...redis-1.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18003d8 commit 100c6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_logger = "=0.11.8"
1616
tokio-postgres = "0.7"
1717
mysql_async = "0.36"
1818
mongodb = "3.1"
19-
redis = { version = "0.32", features = ["tokio-comp", "cluster-async"] }
19+
redis = { version = "1.0", features = ["tokio-comp", "cluster-async"] }
2020
lapin = "3.7"
2121
prometheus = "0.14"
2222
lazy_static = "1.4"

0 commit comments

Comments
 (0)