Skip to content

Commit

Permalink
revert upgrade in datafusion-examples until arrow-flight is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 10, 2024
1 parent 7900a07 commit 5ea5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ log = { workspace = true }
mimalloc = { version = "0.1", default-features = false }
num_cpus = { workspace = true }
object_store = { workspace = true, features = ["aws", "http"] }
prost = { version = "0.13", default-features = false }
prost = { version = "0.12", default-features = false }
prost-derive = { version = "0.13", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { workspace = true }
tempfile = { workspace = true }
test-utils = { path = "../test-utils" }
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
tonic = "0.12"
tonic = "0.11"
url = { workspace = true }
uuid = "1.7"

Expand Down

0 comments on commit 5ea5ced

Please sign in to comment.