Skip to content

Commit

Permalink
udpate more
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 9, 2024
1 parent f13c8f3 commit c51fd50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datafusion-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ serde_json = { workspace = true }
tempfile = { workspace = true }
test-utils = { path = "../test-utils" }
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
tonic = "0.11"
tonic = "0.12"
url = { workspace = true }
uuid = "1.7"

Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ arrow = { workspace = true }
chrono = { workspace = true }
datafusion-common = { workspace = true }
object_store = { workspace = true }
pbjson = { version = "0.6.0", optional = true }
pbjson = { version = "0.7.0", optional = true }
prost = "0.13.0"
serde = { version = "1.0", optional = true }
serde_json = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ datafusion-common = { workspace = true, default-features = true }
datafusion-expr = { workspace = true }
datafusion-proto-common = { workspace = true }
object_store = { workspace = true }
pbjson = { version = "0.6.0", optional = true }
pbjson = { version = "0.7.0", optional = true }
prost = "0.13.0"
serde = { version = "1.0", optional = true }
serde_json = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chrono = { workspace = true }
datafusion = { workspace = true, default-features = true }
itertools = { workspace = true }
object_store = { workspace = true }
pbjson-types = "0.6"
pbjson-types = "0.7"
prost = "0.13"
substrait = { version = "0.36.0", features = ["serde"] }
url = { workspace = true }
Expand Down

0 comments on commit c51fd50

Please sign in to comment.