From d963beaaa2b6f4430a0e061d5abc1c5762f6a55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:08:18 +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 12e54cf5..46ec7cca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ serde_dhall = "0.12" [dev-dependencies] polars = { version = "0.43.1", features = ["parquet"] } -rstest = "0.22.0" +rstest = "0.23.0" pretty_env_logger = "0.5" toml = "0.8.14"