Skip to content

Commit f19d30d

Browse files
chore(deps): update rstest requirement from 0.21.0 to 0.22.0 (#11811)
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.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c4254a commit f19d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ parquet = { version = "52.2.0", default-features = false, features = [
125125
] }
126126
rand = "0.8"
127127
regex = "1.8"
128-
rstest = "0.21.0"
128+
rstest = "0.22.0"
129129
serde_json = "1"
130130
sqlparser = { version = "0.49", features = ["visitor"] }
131131
tempfile = "3"

0 commit comments

Comments
 (0)