RustCrypto / RustCrypto/rustls-rustcrypto
Replace `paste` with `pastey`
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 130
- Forks
- 21
- Avg merge
- 18h 6m
- Merged PRs (30d)
- 1
Description
paste is no longer maintained, and as a result cargo audit doesn't like it:
1.110 Crate: paste
1.110 Version: 1.0.15
1.110 Warning: unmaintained
1.110 Title: paste - no longer maintained
1.110 Date: 2024-10-07
1.110 ID: RUSTSEC-2024-0436
1.110 URL: https://rustsec.org/advisories/RUSTSEC-2024-0436
1.110 Dependency tree:
1.110 paste 1.0.15
1.110 └── rustls-rustcrypto 0.0.2-alpha
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the cargo audit output and locate the manifest and uses of paste in rustls-rustcrypto. Check pastey compatibility, then run cargo audit and the project's tests; done means paste is no longer selected and the unmaintained-dependency warning is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- security
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100