Skip to content

Commit fe8aee6

Browse files
Update rstest requirement from 0.15.0 to 0.16.0 (#4399)
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@0.15.0...0.16.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad3df7d commit fe8aee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ctor = "0.1.22"
108108
doc-comment = "0.3"
109109
env_logger = "0.10"
110110
parquet-test-utils = { path = "../../parquet-test-utils" }
111-
rstest = "0.15.0"
111+
rstest = "0.16.0"
112112
test-utils = { path = "../../test-utils" }
113113

114114
[[bench]]

0 commit comments

Comments
 (0)