From 439ff5ef590dacd806375282d0d305bda3a731b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:43:41 +0000 Subject: [PATCH] Bump rstest from 0.21.0 to 0.26.1 Bumps [rstest](https://github.com/la10736/rstest) from 0.21.0 to 0.26.1. - [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.21.0...v0.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5cdcf0..4651510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,21 +1551,20 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rstest" -version = "0.21.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" dependencies = [ - "futures", "futures-timer", + "futures-util", "rstest_macros", - "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if 1.0.4", "glob", diff --git a/Cargo.toml b/Cargo.toml index 3e94081..ef697d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cap-std = "4.0.2" [dev-dependencies] assert_cmd = "2.0.16" predicates = "3.1.0" -rstest = "0.21.0" +rstest = "0.26.1" tempfile = "3.10.1" third-wheel = "0.2.0" portpicker = "0.1.1"