Skip to content

Commit af92ea0

Browse files
Update redis requirement from 0.27 to 0.32 in /reference-apps/rust (#22)
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.27.0...redis-0.32.7) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.7 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 a035c1b commit af92ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.27", features = ["tokio-comp", "cluster-async"] }
19+
redis = { version = "0.32", features = ["tokio-comp", "cluster-async"] }
2020
lapin = "3.7"
2121
prometheus = "0.14"
2222
lazy_static = "1.4"

0 commit comments

Comments
 (0)