LukeMathWalker / LukeMathWalker/wiremock-rs
RUSTSEC-2024-0384: `instant` is unmaintained
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 799
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
> `instant` is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | unmaintained |
| Package | `instant` |
| Version | `0.1.13` |
| URL | []() |
| Date | 2024-09-01 |
This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead.
[`web-time`]: https://crates.io/crates/web-time
See [advisory page](https://rustsec.org/advisories/RUSTSEC-2024-0384.html) for additional details.
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 by locating the dependency declaration for `instant` version `0.1.13` and checking how its API is used. Replace it with the recommended `web-time` crate, then run the project's test suite to confirm the dependency change preserves behavior.
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
- 35/100