Skip to content

Commit f7b2f55

Browse files
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](la10736/rstest@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cfeafcf commit f7b2f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ toml = "0.8.14"
7979

8080
[dev-dependencies]
8181
polars = { version = "0.41.2", features = ["parquet"] }
82-
rstest = "0.21.0"
82+
rstest = "0.22.0"
8383
pretty_env_logger = "0.5"
8484

8585
[build-dependencies]

0 commit comments

Comments
 (0)