From 08a8c375d885fbc6ace122ad3795f2cc284bcd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:35:21 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.18.1 to 0.20.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/v0.18.1...v0.20.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 a2829a5..22e5cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0.96" thiserror = "1.0.40" [dev-dependencies] -rstest = "0.18.1" +rstest = "0.20.0" serde = { version = "1.0.163", features = ["derive"] } serde_yaml = "0.9.21"