chore: switch test from bincode to maintained postcard crate (RUSTSEC-2025-0141 )#9104
Merged
alamb merged 1 commit intoapache:mainfrom Jan 8, 2026
Merged
chore: switch test from bincode to maintained postcard crate (RUSTSEC-2025-0141 )#9104alamb merged 1 commit intoapache:mainfrom
bincode to maintained postcard crate (RUSTSEC-2025-0141 )#9104alamb merged 1 commit intoapache:mainfrom
Conversation
bincode to to maintained postcard crate
bincode to to maintained postcard cratebincode to to maintained postcard crate (RUSTSEC-2025-0141 )
bincode to to maintained postcard crate (RUSTSEC-2025-0141 )bincode to maintained postcard crate (RUSTSEC-2025-0141 )
Jefffrey
approved these changes
Jan 8, 2026
Dandandan
pushed a commit
to Dandandan/arrow-rs
that referenced
this pull request
Jan 15, 2026
…TSEC-2025-0141 ) (apache#9104) # Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. --> - Closes apache#9009 - Also addresses https://rustsec.org/advisories/RUSTSEC-2025-0141 -- this is only used for testing but still # Rationale for this change https://crates.io/crates/bincode is unmaintained <img width="833" height="657" alt="Screenshot 2026-01-06 at 5 57 13 PM" src="https://github.com/user-attachments/assets/9e18a6e5-eb45-4470-94b7-e17b89ad558e" /> There also appears to be some sort of drama related to the maintainer While we only use this code in tests, it would be nice to avoid issues sooner rather than later # What changes are included in this PR? Change to use postcard # Are these changes tested? by ci # 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 call them out. -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
https://crates.io/crates/bincode is unmaintained
There also appears to be some sort of drama related to the maintainer
While we only use this code in tests, it would be nice to avoid issues sooner rather than later
What changes are included in this PR?
Change to use postcard
Are these changes tested?
by ci
Are there any user-facing changes?