Skip to content

Commit 3b51a9d

Browse files
Update etcd-client requirement from 0.8 to 0.16
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](etcdv3/etcd-client@0.8.0...v0.16.1) --- updated-dependencies: - dependency-name: etcd-client dependency-version: 0.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf71577 commit 3b51a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista/rust/scheduler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ clap = { version = "3", features = ["derive", "cargo"] }
3737
configure_me = "0.4.0"
3838
datafusion = { path = "../../../datafusion", version = "6.0.0" }
3939
env_logger = "0.9"
40-
etcd-client = { version = "0.8", optional = true }
40+
etcd-client = { version = "0.16", optional = true }
4141
futures = "0.3"
4242
http = "0.2"
4343
http-body = "0.4"

0 commit comments

Comments
 (0)