From bb08e6c0b8f14d3641ef9f4a85ad50747ab1c77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 08:33:04 +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 86d8479..718c2f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ spki = "0.7" serde = { version = "1", features = ["derive"] } serde_json = "1" criterion = "0.6" -rstest = "0.25" +rstest = "0.26" [[bench]] name = "benchmark"