Skip to content

Commit

Permalink
Update etcd-client requirement from 0.10 to 0.11 (#845)
Browse files Browse the repository at this point in the history
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@v0.10.0...v0.11.1)

---
updated-dependencies:
- dependency-name: etcd-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent cc18858 commit 949d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configure_me = { workspace = true }
dashmap = "5.4.0"
datafusion = { workspace = true }
datafusion-proto = { workspace = true }
etcd-client = { version = "0.10", optional = true }
etcd-client = { version = "0.11", optional = true }
flatbuffers = { version = "23.5.26" }
futures = "0.3"
graphviz-rust = "0.6.1"
Expand Down

0 comments on commit 949d574

Please sign in to comment.