Skip to content

Commit 9caafc1

Browse files
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](apache/arrow-rs@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] <[email protected]>
1 parent 075ed33 commit 9caafc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ indexmap = "2.0.0"
104104
itertools = "0.12"
105105
log = "^0.4"
106106
num_cpus = "1.13.0"
107-
object_store = { version = "0.9.1", default-features = false }
107+
object_store = { version = "0.10.1", default-features = false }
108108
parking_lot = "0.12"
109109
parquet = { version = "51.0.0", default-features = false, features = ["arrow", "async", "object_store"] }
110110
rand = "0.8"

datafusion/proto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ json = ["serde", "serde_json", "pbjson"]
4343
arrow = { workspace = true }
4444
chrono = { workspace = true }
4545
datafusion-common = { workspace = true }
46-
object_store = { version = "0.9.0" }
46+
object_store = { version = "0.10.1" }
4747
pbjson = { version = "0.6.0", optional = true }
4848
prost = "0.12.0"
4949
serde = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)