This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1afc7c32bf Update parquet object_store 0.7 (#4715)
1afc7c32bf is described below

commit 1afc7c32bf50f6a57e3e362fe1cf9c1e3a5ab899
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Aug 18 12:10:50 2023 +0100

    Update parquet object_store 0.7 (#4715)
---
 parquet/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index a570e5f64b..c4f3696b43 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -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.6", default-features = false, optional = true }
+object_store = { version = "0.7", default-features = false, optional = true }
 
 bytes = { version = "1.1", default-features = false, features = ["std"] }
 thrift = { version = "0.17", default-features = false }

Reply via email to