Skip to content
New issue

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

replace or remove derivative -- it is unmaintained #1252

Closed
ctriley opened this issue Nov 25, 2024 · 2 comments
Closed

replace or remove derivative -- it is unmaintained #1252

ctriley opened this issue Nov 25, 2024 · 2 comments
Assignees

Comments

@ctriley
Copy link

ctriley commented Nov 25, 2024

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

@isabelatkinson
Copy link
Contributor

Hey @ctriley, derivative was removed in #1245 which will be included in the next release.

@ctriley
Copy link
Author

ctriley commented Dec 2, 2024

Thank you, sorry for some reason that didn't come up in my search!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants