Skip to content

chore: bump object_store to 0.14.1 - #10375

Open
comphead wants to merge 2 commits into
apache:mainfrom
comphead:chore
Open

chore: bump object_store to 0.14.1#10375
comphead wants to merge 2 commits into
apache:mainfrom
comphead:chore

Conversation

@comphead

@comphead comphead commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

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?

@comphead

Copy link
Copy Markdown
Contributor Author

depends on #10226

@alamb alamb added api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version labels Jul 20, 2026
Comment thread Cargo.lock
version = "0.2.2"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably don't need quite so many updates here

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe we do due to object store dependencies

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me -- this can go out with the next major release

@alamb

alamb commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

@alamb

alamb commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

See also this PR from @kevinjqliu for 0.14.0

@Jefffrey

Copy link
Copy Markdown
Contributor

would this bump also allow us to fix this?

# Waiting on an object_store release with quick-xml >=0.41.0.
# https://rustsec.org/advisories/RUSTSEC-2026-0194
# https://rustsec.org/advisories/RUSTSEC-2026-0195
run: cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195

@kszucs

kszucs commented Jul 30, 2026

Copy link
Copy Markdown
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade object_store to 0.14

4 participants