Skip to content

Commit ea51d90

Browse files
authored
[Minor] Update object_store to 0.12.5 (#20378)
## Which issue does this PR close? ## Rationale for this change Keep up to date. I saw when looking at #20325 we were still at 0.12.4 (and are reading metadata per range). This can bring a (probably minor, as metadata reading should be pretty cheap) improvement (I couldn't see an improvement locally). ## What changes are included in this PR? Update to 0.12.5. Note it still does a metadata request, but only a single one per `get_ranges`. ## Are these changes tested? ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent 8172526 commit ea51d90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ liblzma = { version = "0.4.6", features = ["static"] }
165165
log = "^0.4"
166166
memchr = "2.8.0"
167167
num-traits = { version = "0.2" }
168-
object_store = { version = "0.12.4", default-features = false }
168+
object_store = { version = "0.12.5", default-features = false }
169169
parking_lot = "0.12"
170170
parquet = { version = "57.3.0", default-features = false, features = [
171171
"arrow",

0 commit comments

Comments
 (0)