From d766edf40a275db7e3469bffc7a15f0d6c07cd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:38:36 +0000 Subject: [PATCH] chore(deps): 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 f4c3b84..dae1969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ csv = "1.2" env_logger = "0.11" insta = { version = "1", features = ["yaml"] } pretty_assertions = "1.3" -rstest = "0.22" +rstest = "0.23" test-log = "0.2" [[bench]]