This is an automated email from the ASF dual-hosted git repository.
mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 843caea55a chore(deps): update rstest requirement from 0.18.0 to
0.19.0 (#10021)
843caea55a is described below
commit 843caea55af8991e9f31e2d17c3a3debbd3965ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 10 12:14:31 2024 +0200
chore(deps): update rstest requirement from 0.18.0 to 0.19.0 (#10021)
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.18.0...v0.18.2)
---
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 e1e09d9893..c5a1aa9c8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -101,7 +101,7 @@ object_store = { version = "0.9.1", default-features =
false }
parking_lot = "0.12"
parquet = { version = "51.0.0", default-features = false, features = ["arrow",
"async", "object_store"] }
rand = "0.8"
-rstest = "0.18.0"
+rstest = "0.19.0"
serde_json = "1"
sqlparser = { version = "0.44.0", features = ["visitor"] }
tempfile = "3"