From ea9af94ecf8f792742d376e74ae16fd2ff836b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:49:38 +0000 Subject: [PATCH] Update rstest requirement from 0.18 to 0.19 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.19.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 1d35a5d..c799af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ rayon = ["std", "dep:rayon"] rayon = { version = "1.7", optional = true } [dev-dependencies] -rstest = "0.18" +rstest = "0.19"