Package paste contains a vulnerability (unmaintained)
When searching for vulnerabilities within my project using utoipa-axum, we have this vulnerability. Can it be interesting to use a different package ?
Here's the warning:
Scanning Cargo.lock for vulnerabilities (454 crate dependencies) Crate: paste Version: 1.0.15 Warning: unmaintained Title: paste - no longer maintained Date: 2024-10-07 ID: RUSTSEC-2024-0436 URL: https://rustsec.org/advisories/RUSTSEC-2024-0436 Dependency tree: paste 1.0.15 └── utoipa-axum 0.2.0 └── backoffice 0.0.3 error: 1 denied warning found! make: *** [audit] Error 1
Once https://github.com/rust-lang/rust/issues/124225 hits stable paste can be migrated away, but paste does not have vulnerabilities.