-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I run deny to check my project, and it leads to error
cargo deny check advisories
error[unmaintained]: paste - no longer maintained
┌─ /home/................................................/Cargo.lock:218:1
│
218 │ paste 1.0.15 registry+https://github.com/rust-lang/crates.io-index
│ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
│
├ ID: RUSTSEC-2024-0436
├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436
├ The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md)
that this project is not longer maintained as well as archived the repository
## Possible Alternative(s)
- [pastey](https://crates.io/crates/pastey), a fork of paste and is aimed to be a drop-in replacement with additional features for paste crate
├ Announcement: https://github.com/dtolnay/paste
├ Solution: No safe upgrade is available!
├ paste v1.0.15
├── serde_valid v1.0.5
...
advisories FAILED
looks like this dependency should be replaced with pastey
How to install deny:
RUN cargo install --locked cargo-deny
Metadata
Metadata
Assignees
Labels
No labels