You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this crate. Not sure if you're already aware but it seems derivativeis unmaintained. Depending on how it's used that may not be a problem in the short term but just wanted to bring it to your attention. For anyone else who is checking if an issue exists I'm going to include the output from cargo deny below.
warning[unmaintained]: `derivative` is unmaintained; consider using an alternative
┌─ /home/one/bazooka_bot/Cargo.lock:44:1
│
44 │ derivative 2.2.0 registry+https://github.com/rust-lang/crates.io-index
│ ---------------------------------------------------------------------- unmaintained advisory detected
│
= ID: RUSTSEC-2024-0388
= Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0388
= The [`derivative`](https://crates.io/crates/derivative) crate is no longer maintained.
Consider using any alternative, for instance:
- [derive_more](https://crates.io/crates/derive_more)
- [derive-where](https://crates.io/crates/derive-where)
- [educe](https://crates.io/crates/educe)
= Announcement: https://github.com/mcarton/rust-derivative/issues/117
= Solution: No safe upgrade is available!
= derivative v2.2.0
└── poise v0.6.1
└── bazooka-bot v0.6.0-dev
The text was updated successfully, but these errors were encountered:
Hi,
Thank you very much for this crate. Not sure if you're already aware but it seems
derivative
is unmaintained. Depending on how it's used that may not be a problem in the short term but just wanted to bring it to your attention. For anyone else who is checking if an issue exists I'm going to include the output fromcargo deny
below.The text was updated successfully, but these errors were encountered: