From e559ed29fdcb96df93bead21dccda569414a9472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:15:53 +0000 Subject: [PATCH] Update rstest requirement from =0.22.0 to =0.23.0 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 3475334..b1e8390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = { version = "1.0.128", optional = true } codspeed-criterion-compat = "=2.7.1" criterion = "=0.5.1" proptest = "=1.5.0" -rstest = "=0.22.0" +rstest = "=0.23.0" serde_json = "=1.0.128" serde_test = "=1.0.177"