From ab4ae4d055213177dc969b545d2bf2bf7468e9f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:47:55 +0000 Subject: [PATCH] build(deps): update redis requirement from 0.15.1 to 0.20.2 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](https://github.com/mitsuhiko/redis-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29707d7..93a3e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "cele" [dependencies] net2 = { version = "0.2.2", features = ["nightly"] } parse = { path = "components/parse" } -redis = { version = "0.15.1"} +redis = { version = "0.20.2"} rand = { version = "0.7" } tokio = { version = "0.2.18", features = ["full"] } tokio-util = { version = "0.2.0", features = ["full"] }