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/10/21 14:10:27 UTC

[arrow-ballista] branch master updated: Update etcd-client requirement from 0.9 to 0.10 (#111)

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 8e0e3495 Update etcd-client requirement from 0.9 to 0.10 (#111)
8e0e3495 is described below

commit 8e0e349539302df03d3b50861d16af785f94221d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 21 08:10:19 2022 -0600

    Update etcd-client requirement from 0.9 to 0.10 (#111)
    
    Updates the requirements on [etcd-client](https://github.com/etcdv3/etcd-client) to permit the latest version.
    - [Release notes](https://github.com/etcdv3/etcd-client/releases)
    - [Commits](https://github.com/etcdv3/etcd-client/compare/v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: etcd-client
      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 c567e4b3..5fd5ce47 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -48,7 +48,7 @@ configure_me = "0.4.0"
 dashmap = "5.4.0"
 datafusion = "13.0.0"
 datafusion-proto = "13.0.0"
-etcd-client = { version = "0.9", optional = true }
+etcd-client = { version = "0.10", optional = true }
 flatbuffers = { version = "22.9.29" }
 futures = "0.3"
 graphviz-rust = "0.3.0"