From d57cfcf65ddc7a263418f00141b896295cb71d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:08:09 +0000 Subject: [PATCH] chore(deps): Update rstest requirement from 0.15.0 to 0.16.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.15.0...0.16.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 2854c51db1..86ed3657bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ chrono = "0.4.20" clap = { version = "4.0.8", features = ["derive"] } docker_credential = "1.1.0" openssl = "0.10.38" -rstest = "0.15.0" +rstest = "0.16.0" tempfile = "3.3.0" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } testcontainers = "0.14"