Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 10, 2023
1 parent 95eddb1 commit e6ce96d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "49.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = { git = "https://github.com/apache/arrow-datafusion" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "d091b55be6a4ce552023ef162b5d081136d3ff6d" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "d091b55be6a4ce552023ef162b5d081136d3ff6d" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "d091b55be6a4ce552023ef162b5d081136d3ff6d" }
object_store = "0.8.0"
sqlparser = "0.40.0"
tonic = { version = "0.10" }
Expand Down

0 comments on commit e6ce96d

Please sign in to comment.