RustCrypto / RustCrypto/rustls-rustcrypto

Replace `paste` with `pastey`

Open
#101 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.