RustPython / RustPython/Parser
`unic` is unmaintained
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 117
- Forks
- 38
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 1
Description
There was a rustsec advisory about unic being unmaintained.
It seems to be used in literal/Cargo.toml and parser/Cargo.toml.
Solution: Replace with something maintained, see the rustsec advisory link for suggestions.
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 RustSec advisory linked in the issue, then inspect the dependency entries in literal/Cargo.toml and parser/Cargo.toml. Replace unic with a maintained alternative compatible with both crates, and confirm that neither manifest depends on the unmaintained package afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100