You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/05/22 15:33:15 UTC

[arrow-rs] branch master updated: Update object_store requirement from 0.5 to 0.6 (#4258)

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

tustvold 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 a9b9c609d Update object_store requirement from 0.5 to 0.6 (#4258)
a9b9c609d is described below

commit a9b9c609d9db5c6dd2f20e92856d048bc20b7f14
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 22 16:33:07 2023 +0100

    Update object_store requirement from 0.5 to 0.6 (#4258)
    
    Updates the requirements on [object_store](https://github.com/apache/arrow-rs) to permit the latest version.
    - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
    - [Commits](https://github.com/apache/arrow-rs/compare/object_store_0.5.0...object_store_0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: object_store
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parquet/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 84142824e..f04e1df1d 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.5", default-features = false, optional = true }
+object_store = { version = "0.6", default-features = false, optional = true }
 
 bytes = { version = "1.1", default-features = false, features = ["std"] }
 thrift = { version = "0.17", default-features = false }