You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2022/12/22 08:41:37 UTC

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

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

dheres 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 d2f69798 Update graphviz-rust requirement from 0.4.0 to 0.5.0 (#574)
d2f69798 is described below

commit d2f697988f0b9a19179c5e5f793e6abce4c7947d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 22 09:41:32 2022 +0100

    Update graphviz-rust requirement from 0.4.0 to 0.5.0 (#574)
    
    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 885dd2ff..986b3bb1 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -52,7 +52,7 @@ datafusion-proto = "15.0.0"
 etcd-client = { version = "0.10", optional = true }
 flatbuffers = { version = "22.9.29" }
 futures = "0.3"
-graphviz-rust = "0.4.0"
+graphviz-rust = "0.5.0"
 http = "0.2"
 http-body = "0.4"
 hyper = "0.14.4"