chore: address paste advisory (RUSTSEC-2024-0436)#31
Conversation
Addresses RUSTSEC-2024-0436. paste 1.0.x is unmaintained; pastey 0.2 is its drop-in maintained successor. Used only by benches/main.rs. Closes #30
|
Rule-compliance pass: trimmed the PR body to comply with |
There was a problem hiding this comment.
LGTM (cannot self-approve since the bot opened this PR).
Clean dev-dep swap: paste → pastey (drop-in fork). Only call site is the paste! macro in benches/main.rs:2, which pastey re-exports with identical syntax. Verified benches compile (cargo bench --no-run --all-features) and all CI is green (tests on linux/mac/windows, clippy, no-std wasm32). Addresses RUSTSEC-2024-0436 with zero production-code impact.
Ready for human approval and merge.
Closes #30.
Swap unmaintained
pastedev-dep for its drop-in successorpastey(addresses RUSTSEC-2024-0436). Used only bybenches/main.rs. Tests pass, fmt clean.Reviewer quickstart