From 15a5424ca902d5231819302baaa5e5b482bbd86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:52:46 +0000 Subject: [PATCH] Update rstest requirement from 0.25 to 0.26 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.25.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 086e00c..21dffad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pretty_assertions = "1" proc-macro2 = "1" proptest = "1" quote = "1" -rstest = "0.25" +rstest = "0.26" syn = { version = "2", features = ["full", "extra-traits"] } thiserror = "2" tracing = "0.1"