From 5c711329f317f0009047d5a72376fc32db1dba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:31:41 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.18.2 to 0.21.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.2...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 cf59bfb..5da2c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap = { version = "4.1", features = ["derive", "env"] } env_logger = "0.11" insta = { version = "1.34", features = ["yaml"] } pretty_assertions = "1.3" -rstest = "0.18.2" +rstest = "0.21.0" serde_test = "1.0" temp_testdir = "0.2" tracing-test = "0.2"