From ff467a9b0987689f5e8fe1da25259d3631f186e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:06:32 +0000 Subject: [PATCH] Update rstest requirement from 0.22.0 to 0.26.1 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.22.0...v0.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 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 56119a5..3c69830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ loole = { version = "0.4.0", optional = true } divan = "0.1.17" itertools = "0.14.0" serial_test = "3.2.0" -rstest = "0.22.0" +rstest = "0.26.1" stacker = "0.1.17" aquamarine = "0.6.0" simple-mermaid = "0.2.0"