Skip to content

Commit

Permalink
Update dependencies some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Oct 5, 2023
1 parent dc2e3cf commit e78558e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballista/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions 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.11", optional = true }
etcd-client = { version = "0.12", optional = true }
flatbuffers = { version = "23.5.26" }
futures = "0.3"
graphviz-rust = "0.6.1"
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ tokio = { version = "1.0", features = [
"sync",
"parking_lot",
] }
tonic = "0.9"
tonic = "0.10"

0 comments on commit e78558e

Please sign in to comment.