dentiny opened a new issue, #7598: URL: https://github.com/apache/arrow-rs/issues/7598
**Describe the bug** I'm using [`cargo deny`](https://github.com/EmbarkStudios/cargo-deny) to guard against my rust project dependency, as displayed below, it relies on an unmaintained dependency `paste`. rustsec link: https://rustsec.org/advisories/RUSTSEC-2024-0384 ```sh error[unmaintained]: paste - no longer maintained ┌─ /workspaces/moonlink/Cargo.lock:219:1 │ 219 │ 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 ├ Announcement: https://github.com/dtolnay/paste ├ Solution: No safe upgrade is available! ├ paste v1.0.15 └── parquet v55.1.0 ├── iceberg v0.5.1 │ ├── my_prj v0.0.1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
