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 2021/09/12 17:40:53 UTC

[arrow-datafusion] branch master updated: dependencies: update etcd-client to 0.7 (#991)

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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 42706f5  dependencies: update etcd-client to 0.7 (#991)
42706f5 is described below

commit 42706f5a790ab395b5cba5de8f8c28623cd528e4
Author: Guillaume Balaine <ig...@gmail.com>
AuthorDate: Sun Sep 12 19:40:46 2021 +0200

    dependencies: update etcd-client to 0.7 (#991)
---
 ballista/rust/scheduler/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml
index b47b016..c840772 100644
--- a/ballista/rust/scheduler/Cargo.toml
+++ b/ballista/rust/scheduler/Cargo.toml
@@ -37,7 +37,7 @@ clap = "2"
 configure_me = "0.4.0"
 datafusion = { path = "../../../datafusion", version = "5.1.0" }
 env_logger = "0.8"
-etcd-client = { version = "0.6", optional = true }
+etcd-client = { version = "0.7", optional = true }
 futures = "0.3"
 http = "0.2"
 http-body = "0.4"