From e1f9c3a2a392070610eab5f0d4694c0ece5f79ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:03:36 +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 9829334da9..82986bfd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,5 @@ regex = "~1.10.5" [dev-dependencies] tempfile = "3.2.0" -rstest = "0.22.0" +rstest = "0.23.0" serde_json = { version = "1.0.66", features = ["preserve_order"] }