From 9283e91cbd162681a9797b21036ab00b5c58dc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:21:52 +0000 Subject: [PATCH] chore(deps): Update rstest requirement from 0.17.0 to 0.18.1 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/0.17.0...v0.18.1) --- updated-dependencies: - dependency-name: rstest 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 7c00c4a7f8..0284457ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ chrono = "0.4.20" clap = { version = "4.0.8", features = ["derive"] } docker_credential = "1.1.0" openssl = "0.10.38" -rstest = "0.17.0" +rstest = "0.18.1" serial_test = "2.0.0" tempfile = "3.3.0" testcontainers = "0.14"