This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new eabbd28603 Update rstest requirement from 0.20.0 to 0.21.0 (#10774)
eabbd28603 is described below
commit eabbd28603ebf440506ec118a1bc6ec29e696eac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 14:31:11 2024 -0400
Update rstest requirement from 0.20.0 to 0.21.0 (#10774)
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.20.0...v0.20.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>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 45504be3f1..54f2f203fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -109,7 +109,7 @@ parking_lot = "0.12"
parquet = { version = "51.0.0", default-features = false, features = ["arrow",
"async", "object_store"] }
rand = "0.8"
regex = "1.8"
-rstest = "0.20.0"
+rstest = "0.21.0"
serde_json = "1"
sqlparser = { version = "0.45.0", features = ["visitor"] }
tempfile = "3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]