This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch update_df
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
The following commit(s) were added to refs/heads/update_df by this push:
new e78558ed Update dependencies some more
e78558ed is described below
commit e78558edbadd97b11f422cd76e80489f4c3043bd
Author: Daniƫl Heres <[email protected]>
AuthorDate: Thu Oct 5 15:58:27 2023 +0200
Update dependencies some more
---
ballista/core/Cargo.toml | 2 +-
ballista/scheduler/Cargo.toml | 4 ++--
examples/Cargo.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ballista/core/Cargo.toml b/ballista/core/Cargo.toml
index 8a00c078..7db74072 100644
--- a/ballista/core/Cargo.toml
+++ b/ballista/core/Cargo.toml
@@ -67,7 +67,7 @@ once_cell = "1.9.0"
parking_lot = "0.12"
parse_arg = "0.1.3"
prost = "0.12"
-prost-types = "0.11"
+prost-types = "0.12"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
sqlparser = { workspace = true }
diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml
index b166c65c..d22bf7b8 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -53,7 +53,7 @@ configure_me = { workspace = true }
dashmap = "5.4.0"
datafusion = { workspace = true }
datafusion-proto = { workspace = true }
-etcd-client = { version = "0.11", optional = true }
+etcd-client = { version = "0.12", optional = true }
flatbuffers = { version = "23.5.26" }
futures = "0.3"
graphviz-rust = "0.6.1"
@@ -68,7 +68,7 @@ parking_lot = "0.12"
parse_arg = "0.1.3"
prometheus = { version = "0.13", features = ["process"], optional = true }
prost = "0.12"
-prost-types = { version = "0.11.0" }
+prost-types = { version = "0.12.0" }
rand = "0.8"
serde = { version = "1", features = ["derive"] }
sled_package = { package = "sled", version = "0.34", optional = true }
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 01e8a3f8..15d91d41 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -46,4 +46,4 @@ tokio = { version = "1.0", features = [
"sync",
"parking_lot",
] }
-tonic = "0.9"
+tonic = "0.10"