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 d99002cf0b Update termtree requirement from 0.4.1 to 0.5.0 (#11383)
d99002cf0b is described below
commit d99002cf0b39843afb9c224bbb880d2266acefc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 10 09:24:55 2024 -0400
Update termtree requirement from 0.4.1 to 0.5.0 (#11383)
Updates the requirements on
[termtree](https://github.com/rust-cli/termtree) to permit the latest version.
- [Changelog](https://github.com/rust-cli/termtree/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/termtree/compare/v0.4.1...v0.5.0)
---
updated-dependencies:
- dependency-name: termtree
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
datafusion/physical-plan/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/physical-plan/Cargo.toml
b/datafusion/physical-plan/Cargo.toml
index 4292f95fe4..f5f756417e 100644
--- a/datafusion/physical-plan/Cargo.toml
+++ b/datafusion/physical-plan/Cargo.toml
@@ -66,7 +66,7 @@ tokio = { workspace = true }
[dev-dependencies]
rstest = { workspace = true }
rstest_reuse = "0.7.0"
-termtree = "0.4.1"
+termtree = "0.5.0"
tokio = { workspace = true, features = [
"rt-multi-thread",
"fs",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]