From fadd14941b3d407622698c3823a0ea84d13110ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:59:07 +0000 Subject: [PATCH] build(deps): update redis requirement from 0.15.1 to 0.19.0 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/compare/0.15.1...0.19.0) 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..c94344b 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.19.0"} rand = { version = "0.7" } tokio = { version = "0.2.18", features = ["full"] } tokio-util = { version = "0.2.0", features = ["full"] }