This is an automated email from the ASF dual-hosted git repository.
alamb 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 67a598c Update etcd-client requirement from 0.7 to 0.8 (#1626)
67a598c is described below
commit 67a598c46c0ed58302689e3996006cf9a63bb47f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 22 07:31:39 2022 -0500
Update etcd-client requirement from 0.7 to 0.8 (#1626)
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/0.7.0...0.8.3)
---
updated-dependencies:
- dependency-name: etcd-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 0bacccf..d357f6f 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 = "6.0.0" }
env_logger = "0.9"
-etcd-client = { version = "0.7", optional = true }
+etcd-client = { version = "0.8", optional = true }
futures = "0.3"
http = "0.2"
http-body = "0.4"