Skip to content

deps: bump object_store to 0.13 - #74

Merged
dmzmk merged 1 commit into
andrusha:mainfrom
amnn:bump-object-store-0.13
Jan 12, 2026
Merged

deps: bump object_store to 0.13#74
dmzmk merged 1 commit into
andrusha:mainfrom
amnn:bump-object-store-0.13

Conversation

@amnn

@amnn amnn commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

object_store 0.12 and below depend on rustls-tempfile which is now unmaintained (see https://rustsec.org/advisories/RUSTSEC-2025-0134).

This change bumps object_store to 0.13 which no longer depends on the unmaintained crate.

Test plan

Locally ran:

cargo fmt
cargo clippy --all-targets --all-features -- -D warnings
cargo check
cargo build
cargo test

object_store 0.12 and below depend on `rustls-tempfile` which is now
unmaintained (see https://rustsec.org/advisories/RUSTSEC-2025-0134).

This change bumps object_store to 0.13 which no longer depends on the
unmaintained crate.

## Test plan

Locally ran:

```
cargo fmt
cargo clippy --all-targets --all-features -- -D warnings
cargo check
cargo build
cargo test
```

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This change is not strictly related to bumping Object Store to 0.13, but was required to get things to build, because the dependency on polars >= 0.41 pulled in an API breaking change.

@dmzmk dmzmk left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks @amnn!

@dmzmk
dmzmk merged commit 121f928 into andrusha:main Jan 12, 2026
6 of 7 checks passed
wseaton pushed a commit to wseaton/firn that referenced this pull request May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants