From f7b2f55478c13d6058fac6fa1d7491a0555aa3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:02:32 +0000 Subject: [PATCH] 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 7fc9b2b6..fbcd1196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ toml = "0.8.14" [dev-dependencies] polars = { version = "0.41.2", features = ["parquet"] } -rstest = "0.21.0" +rstest = "0.22.0" pretty_env_logger = "0.5" [build-dependencies]