Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = ["spiceai", "sql", "arrow", "flight", "sdk"]
categories = ["api-bindings", "database"]

[dependencies]
arrow = { version = "58", features = ["prettyprint"] }
arrow-flight = { version = "58", features = ["flight-sql-experimental"] }
arrow-json = "58"
arrow = { version = "58.3", features = ["prettyprint"] }
arrow-flight = { version = "58.3", features = ["flight-sql-experimental"] }
arrow-json = "58.3"
Comment thread
lukekim marked this conversation as resolved.
bytes = "1.6.0"
prost = { version = "0.14.1", features = ["derive"] }
prost-types = "0.14.1"
Expand Down
Loading