Skip to content

Commit

Permalink
Update parquet object_store dependency to 0.9.0 (#5290)
Browse files Browse the repository at this point in the history
* Update parquet object_store dependency to 0.9.0

* Also update dev-dependency
  • Loading branch information
tustvold committed Jan 8, 2024
1 parent e831d5c commit ca14f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.8", default-features = false, optional = true }
object_store = { version = "0.9.0", default-features = false, optional = true }

bytes = { version = "1.1", default-features = false, features = ["std"] }
thrift = { version = "0.17", default-features = false }
Expand Down Expand Up @@ -81,7 +81,7 @@ serde_json = { version = "1.0", features = ["std"], default-features = false }
arrow = { workspace = true, features = ["ipc", "test_utils", "prettyprint", "json"] }
tokio = { version = "1.0", default-features = false, features = ["macros", "rt", "io-util", "fs"] }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
object_store = { version = "0.8", default-features = false, features = ["azure"] }
object_store = { version = "0.9.0", default-features = false, features = ["azure"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit ca14f6f

Please sign in to comment.