Skip to content

Commit

Permalink
chore(deps): update rstest_reuse requirement from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rstest_reuse](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.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: rstest_reuse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 8190cb9 commit 33c2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tokio = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
rstest_reuse = "0.6.0"
rstest_reuse = "0.7.0"
termtree = "0.4.1"
tokio = { workspace = true, features = [
"rt-multi-thread",
Expand Down

0 comments on commit 33c2dd8

Please sign in to comment.