From b5765873c3cd1301bce1c23377b8fc18a3b398aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:49:49 +0000 Subject: [PATCH] Update object_store requirement from 0.9.1 to 0.10.1 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.9.1...object_store_0.10.1) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- datafusion/proto-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54f2f203fcdc..41a310d75ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ indexmap = "2.0.0" itertools = "0.12" log = "^0.4" num_cpus = "1.13.0" -object_store = { version = "0.9.1", default-features = false } +object_store = { version = "0.10.1", default-features = false } parking_lot = "0.12" parquet = { version = "51.0.0", default-features = false, features = ["arrow", "async", "object_store"] } rand = "0.8" diff --git a/datafusion/proto-common/Cargo.toml b/datafusion/proto-common/Cargo.toml index 278d395cf1cd..2a8136a90234 100644 --- a/datafusion/proto-common/Cargo.toml +++ b/datafusion/proto-common/Cargo.toml @@ -43,7 +43,7 @@ json = ["serde", "serde_json", "pbjson"] arrow = { workspace = true } chrono = { workspace = true } datafusion-common = { workspace = true } -object_store = { version = "0.9.0" } +object_store = { version = "0.10.1" } pbjson = { version = "0.6.0", optional = true } prost = "0.12.0" serde = { version = "1.0", optional = true }