From a2a0fb9b581b9e7cc01a64ab4afc8de98a16f734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:01:25 +0000 Subject: [PATCH] Update rstest requirement from 0.22 to 0.23 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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rstest 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 362b8b1..49fa11a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ spki = "0.7" serde = { version = "1", features = ["derive"] } serde_json = "1" criterion = "0.5" -rstest = "0.22" +rstest = "0.23" [[bench]] name = "benchmark"