From 39434df310458ecd0df22ab72e321c4108cd73c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 20:16:43 +0000 Subject: [PATCH] Update graphviz-rust requirement from 0.5.0 to 0.6.2 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] --- 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 64da40d71..903219ef4 100644 --- a/ballista/scheduler/Cargo.toml +++ b/ballista/scheduler/Cargo.toml @@ -56,7 +56,7 @@ datafusion-proto = "17.0.0" etcd-client = { version = "0.10", optional = true } flatbuffers = { version = "22.9.29" } futures = "0.3" -graphviz-rust = "0.5.0" +graphviz-rust = "0.6.2" http = "0.2" http-body = "0.4" hyper = "0.14.4"