Skip to content

Commit

Permalink
[HSTACK] - bump object_store to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aditanase committed Oct 21, 2024
1 parent 95acf51 commit a17f1a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ arrow-ord = { version = "53" }
arrow-row = { version = "53" }
arrow-schema = { version = "53" }
arrow-select = { version = "53" }
object_store = { version = "0.11.0" }
object_store = { version = "0.11.1" }
parquet = { version = "53" }

# datafusion
Expand Down Expand Up @@ -97,7 +97,6 @@ datafusion-proto = { git = 'https://github.com/hstack/arrow-datafusion.git', bra
datafusion-proto-common = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }
datafusion-sql = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }
datafusion-substrait = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }
object_store = { git = 'https://github.com/apache/arrow-rs.git', tag = '53.1.0' }
# datafusion = {path = "../arrow-datafusion-42/datafusion/core" }
# datafusion-catalog = {path = "../arrow-datafusion-42/datafusion/catalog" }
# datafusion-common = {path = "../arrow-datafusion-42/datafusion/common" }
Expand Down

0 comments on commit a17f1a0

Please sign in to comment.