From 6a2406907063d4c6c0844b3b9d9b6c412630dd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:42:02 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.24.0 to 0.25.0 Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: rstest 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..c423774 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -66,7 +66,7 @@ mongodb = "3.0.1" object_store = { version = "0.11.0", features = ["aws"] } rdkafka = { version = "0.37.0" } redis = "0.28.2" -rstest = "0.24.0" +rstest = "0.25.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7" tracing-subscriber = { version = "0.3", features = ["fmt"] }