From 999599a0e35e3fb600a87673eb67ff1fd9f45d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:18:27 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.28.2 to 0.30.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.28.2...redis-0.30.0) --- updated-dependencies: - dependency-name: redis dependency-version: 0.30.0 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..c08a879 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.30.0" rstest = "0.24.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7"