Description
Versions/Environment
What version of Rust are you using?
1.82.0
What versions of the driver and its dependencies are you using? (Run
cargo pkgid mongodb
& cargo pkgid bson
)
registry+https://github.com/rust-lang/crates.io-index#[email protected]
registry+https://github.com/rust-lang/crates.io-index#[email protected]
Describe the bug
error[unmaintained]: derivative
is unmaintained; consider using an alternative
┌─ /home/runner/work/ontra/ontra/dispatching/Cargo.lock:56:1
│
56 │ derivative 2.2.0 registry+https://github.com/rust-lang/crates.io-index
│ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
│
advisories FAILED
├ ID: RUSTSEC-2024-0388
├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0388
├ The derivative
crate is no longer maintained.
Consider using any alternative, for instance:
- derive_more
- derive-where
- educe
├ Announcement: mcarton/rust-derivative#117