From 007d260e4a074701f4ebb15e2ea65f3dad57ea11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:59:52 +0000 Subject: [PATCH] chore(deps): Update rstest requirement from 0.16.0 to 0.17.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/0.16.0...0.17.0) --- 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 f4a56c5fc9..943baa8cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ chrono = "0.4.20" clap = { version = "4.0.8", features = ["derive"] } docker_credential = "1.1.0" openssl = "0.10.38" -rstest = "0.16.0" +rstest = "0.17.0" serial_test = "2.0.0" tempfile = "3.3.0" testcontainers = "0.14"