Hi,
It just came to my attention that this crate uses the paste create which is no longer maintained. I don't have the bandwidth to switch it out right now but just bringing it to your attention still. I don't mind helping with replacing it once I can make the time. See output from cargo deny below
error[unmaintained]: paste - no longer maintained
┌─ /home/one/my_app/Cargo.lock:240:1
│
240 │ 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`]: a fork of paste and is aimed to be a drop-in replacement with additional features for paste crate
- [`with_builtin_macros`]: crate providing a [superset of `paste`'s functionality including general `macro_rules!` eager expansions](https://docs.rs/with_builtin_macros/0.1.0/with_builtin_macros/macro.with_eager_expansions.html) and `concat!`/`concat_idents!` macros
[`pastey`]: https://crates.io/crates/pastey
[`with_builtin_macros`]: https://crates.io/crates/with_builtin_macros
├ Announcement: https://github.com/dtolnay/paste
├ Solution: No safe upgrade is available!
├ paste v1.0.15
└── umya-spreadsheet v3.0.0
└── my_app v0.1.12-dev
advisories FAILED
Hi,
It just came to my attention that this crate uses the
pastecreate which is no longer maintained. I don't have the bandwidth to switch it out right now but just bringing it to your attention still. I don't mind helping with replacing it once I can make the time. See output from cargo deny below