Skip to content

Commit a73d4fc

Browse files
Update rstest requirement from 0.16.0 to 0.17.0 (#5648)
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.16.0...0.17.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d6079b commit a73d4fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ env_logger = "0.10"
115115
half = "2.2.1"
116116
postgres-protocol = "0.6.4"
117117
postgres-types = { version = "0.2.4", features = ["derive", "with-chrono-0_4"] }
118-
rstest = "0.16.0"
118+
rstest = "0.17.0"
119119
rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
120120
sqllogictest = "0.13.0"
121121
test-utils = { path = "../../test-utils" }

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ uuid = { version = "^1.2", features = ["v4"] }
6969
[dev-dependencies]
7070
criterion = "0.4"
7171
rand = "0.8"
72-
rstest = "0.16.0"
72+
rstest = "0.17.0"
7373

7474
[[bench]]
7575
harness = false

datafusion/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ sqlparser = "0.32"
4646
[dev-dependencies]
4747
ctor = "0.1.22"
4848
env_logger = "0.10"
49-
rstest = "0.16"
49+
rstest = "0.17"

0 commit comments

Comments
 (0)