From 180c5c380866152b957862650337c46ce3bb0722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:58:36 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.25.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.25.0...v0.25.0) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.25.0 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 7f6f089..05ead23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ publish = false # disable publishing to crates.io [workspace.dependencies] # ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses async-std = { version = "1.13.0", features = ["attributes", "tokio1"] } -rstest = "0.25.0" +rstest = "0.26.1"