From 088b0266b2ab76ca96bc92fae36d7ad23f382c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:53:51 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.22 to 0.23 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.22.0...v0.23.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 20acb23..ef133cc 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -61,7 +61,7 @@ mongodb = "3.0.1" object_store = { version = "0.11.0", features = ["aws"] } rdkafka = { version = "0.36" } redis = "0.26" -rstest = "0.22" +rstest = "0.23" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7" tracing-subscriber = { version = "0.3", features = ["fmt"] }