You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/16 17:34:55 UTC

[arrow-ballista] branch master updated: Update graphviz-rust requirement from 0.3.0 to 0.4.0 (#515)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new a89dd1af Update graphviz-rust requirement from 0.3.0 to 0.4.0 (#515)
a89dd1af is described below

commit a89dd1af7e948876463956c91a7554c3cce585e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 16 10:34:50 2022 -0700

    Update graphviz-rust requirement from 0.3.0 to 0.4.0 (#515)
    
    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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 7a12fa16..c144afe4 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -52,7 +52,7 @@ datafusion-proto = "14.0.0"
 etcd-client = { version = "0.10", optional = true }
 flatbuffers = { version = "22.9.29" }
 futures = "0.3"
-graphviz-rust = "0.3.0"
+graphviz-rust = "0.4.0"
 http = "0.2"
 http-body = "0.4"
 hyper = "0.14.4"