Commit 964daec
authored
# 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 #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.
-->
1 parent 73bbfee commit 964daec
2 files changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 56 | | |
61 | 57 | | |
| 58 | + | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1448 | 1448 | | |
1449 | 1449 | | |
1450 | 1450 | | |
1451 | | - | |
1452 | | - | |
1453 | | - | |
1454 | | - | |
| 1451 | + | |
| 1452 | + | |
1455 | 1453 | | |
1456 | 1454 | | |
1457 | 1455 | | |
| |||
0 commit comments