We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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#bson@2.13.0 registry+https://github.com/rust-lang/crates.io-index#mongodb@3.1.0
cargo pkgid mongodb
cargo pkgid bson
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
derivative
The text was updated successfully, but these errors were encountered:
Hey @ctriley, derivative was removed in #1245 which will be included in the next release.
Sorry, something went wrong.
Thank you, sorry for some reason that didn't come up in my search!
isabelatkinson
No branches or pull requests
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#bson@2.13.0
registry+https://github.com/rust-lang/crates.io-index#mongodb@3.1.0
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
The text was updated successfully, but these errors were encountered: