From 2aee0f02b3ced99b43c9fcf8716df5de7945621e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:23:09 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.21.0 to 0.22.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.21.0...v0.22.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 a8ed34d..588b0b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ petgraph = ["dep:petgraph"] [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } rmp-serde = "1.1.1" -rstest = "0.21.0" +rstest = "0.22.0" itertools = "0.13.0" insta = "1.39.0"