From e99224778d010d59017d6b7821a015b5f8098fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:01:17 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.26.0 to 0.27.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.26.0...redis-0.27.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 00e695c..3e2d6b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ oracle = "0.6.0" postgres = "0.19.7" pretty_env_logger = "0.5.0" rdkafka = "0.36.0" -redis = { version = "0.26.0", features = ["json"] } +redis = { version = "0.27.2", features = ["json"] } reqwest = { version = "0.12.5", features = [ "blocking", "json",