From 0b2c2a9c3bf6622cb0a895945e5ade6fa948a64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:42:59 +0000 Subject: [PATCH] Update redis requirement from 0.21.6 to 0.22.2 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](https://github.com/redis-rs/redis-rs/compare/redis-0.21.7...redis-0.22.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d64bb1e..7192a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" edition = "2018" [dependencies] -redis = { version = "0.21.6", features = ["async-std-comp"] } +redis = { version = "0.22.2", features = ["async-std-comp"] } tokio = { version = "1.21.0", features = ["rt", "time"] } rand = "0.8.5" futures = "0.3.24"