From e3cc804fb0b17128144b3597a8ba646d6d374c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:03:58 +0000 Subject: [PATCH] Update rstest requirement from 0.10 to 0.11 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.10.0...0.11.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 46dc40695..854baca55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ backoff = "0.3" [dev-dependencies] k8s-openapi = { version = "0.12", default-features = false, features = ["v1_21"] } kube = { version = "0.57", default-features = false, features = ["derive"] } -rstest = "0.10" +rstest = "0.11" serial_test = "0.5" tempfile = "3.2"