This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new b61cfbf5 Update graphviz-rust requirement from 0.5.0 to 0.6.1 (#651)
b61cfbf5 is described below
commit b61cfbf54705f4cbfcbc7103f87509e49cd01fda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 27 13:29:21 2023 +0100
Update graphviz-rust requirement from 0.5.0 to 0.6.1 (#651)
Updates the requirements on
[graphviz-rust](https://github.com/besok/graphviz-rust) to permit the latest
version.
- [Release notes](https://github.com/besok/graphviz-rust/releases)
-
[Changelog](https://github.com/besok/graphviz-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/besok/graphviz-rust/commits)
---
updated-dependencies:
- dependency-name: graphviz-rust
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ballista/scheduler/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml
index 8777406b..a950b679 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -56,7 +56,7 @@ datafusion-proto = { git =
"https://github.com/apache/arrow-datafusion", rev = "
etcd-client = { version = "0.10", optional = true }
flatbuffers = { version = "22.9.29" }
futures = "0.3"
-graphviz-rust = "0.5.0"
+graphviz-rust = "0.6.1"
http = "0.2"
http-body = "0.4"
hyper = "0.14.4"