Skip to content

Conversation

@amnn
Copy link

@amnn amnn commented Jan 8, 2026

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
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.

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.

1 participant