From 3065b665874573b9a87d8318fbe9da7f0b0acee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:42:44 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.28.2 to 0.29.1 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.28.2...redis-0.29.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index 7b3af84..6737400 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -65,7 +65,7 @@ insta = { version = "1.39", features = ["json"] } mongodb = "3.0.1" object_store = { version = "0.11.0", features = ["aws"] } rdkafka = { version = "0.37.0" } -redis = "0.28.2" +redis = "0.29.1" rstest = "0.24.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7"