From 6445bf5cbe9bb8b798092ba4474685611e7ae588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:01:32 +0000 Subject: [PATCH] Update redis requirement from 0.22.3 to 0.23.0 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.22.3...redis-0.23.0) --- 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 c0e28e0..4efd527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustls-pemfile = "1.0.2" gcp-bigquery-client = { version = "0.16.4", optional = true } chrono = { version = "0.4.23", optional = true } serde = { version = "1.0.130", features = ["derive"] } -redis = { version = "0.22.3", features = ["bytes"], optional = true } +redis = { version = "0.23.0", features = ["bytes"], optional = true } serde_json = { version = "1.0", optional = true } rand = { version = "0.8.5" } console-subscriber = {version = "0.1.8", optional= true}