Skip to content

Commit

Permalink
Update object_store 0.8.0 (#5043)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Nov 6, 2023
1 parent 7705aca commit dcbe546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ arrow-schema = { workspace = true, optional = true }
arrow-select = { workspace = true, optional = true }
arrow-ipc = { workspace = true, optional = true }
# Intentionally not a path dependency as object_store is released separately
object_store = { version = "0.7", default-features = false, optional = true }
object_store = { version = "0.8", default-features = false, optional = true }

bytes = { version = "1.1", default-features = false, features = ["std"] }
thrift = { version = "0.17", default-features = false }
Expand Down

0 comments on commit dcbe546

Please sign in to comment.