From a0f0f1f623cdc271506ba275d91f8dcfc9916793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 05:35:41 +0000 Subject: [PATCH] Update rstest requirement from 0.18 to 0.21 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.18.0...v0.21.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 cc20a11..60f07a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ crossbeam-utils = "0.8" [dev-dependencies] num_cpus = "1.16" -rstest = "0.18" +rstest = "0.21"