Skip to content

Commit ffd84bb

Browse files
dependabot[bot]alamb
authored andcommitted
Update etcd-client requirement from 0.8 to 0.9
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.9.0) --- updated-dependencies: - dependency-name: etcd-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a96a8f1 commit ffd84bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista/rust/scheduler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clap = { version = "3", features = ["derive", "cargo"] }
4242
configure_me = "0.4.0"
4343
datafusion = { path = "../../../datafusion/core", version = "7.0.0" }
4444
env_logger = "0.9"
45-
etcd-client = { version = "0.8", optional = true }
45+
etcd-client = { version = "0.9", optional = true }
4646
futures = "0.3"
4747
http = "0.2"
4848
http-body = "0.4"

0 commit comments

Comments
 (0)