chore: bump object_store to 0.14.1 - #10375
Conversation
|
depends on #10226 |
|
See also this PR from @brancz |
|
See also this PR from @kevinjqliu for 0.14.0 |
|
would this bump also allow us to fix this? arrow-rs/.github/workflows/audit.yml Lines 44 to 47 in 005a2fd |
|
I need a more recent object_store version for apache/datafusion#23287 but parquet's pin prevents updating it, so I could use this change. |
FYI, In DF we track the update in apache/datafusion#23693 |
|
Based on the CI failure Should we bump the MSRV? Line 85 in ed92960 Looking at the last MSRV bump (#8429), we should follow https://github.com/apache/arrow-rs?tab=readme-ov-file#rust-version-compatibility-policy which says
that brings us to 1.93.1 (Released on: 12 February, 2026) https://releases.rs/docs/1.93.1/ |
yea looks like in |
|
| - name: Install cargo-audit | ||
| run: cargo install cargo-audit --locked | ||
| - name: Run audit check | ||
| # Waiting on an object_store release with quick-xml >=0.41.0. |
|
I plan to merge this once CI passes |
|
Looks like CI queue is super slow and this is not only for Arrow rust |
|
yea i noticed that for other apache repos too today |

Which issue does this PR close?
The PR is meant to continue efforts started in #10156
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?