From 6bcdf4d5558e5bf9b8a2ccaf4b830849fa2ee31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:10:08 +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 dad943d..0b0ca96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ [dev-dependencies] - rstest = "~0.25" + rstest = "~0.26" futures = "~0.3" spacepacket = { path = ".", features = [ "async-codec", "crc", "tctm" ] }