EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.62k stars 80 forks source link

Lint `[workspace.dependencies]` #673

Closed Jake-Shadle closed 1 week ago

Jake-Shadle commented 1 week ago

This PR adds 2 new lints:

This also improves the output for the wildcards lint to show the span information for the actual crate manifest where the wildcard dependency is declared, rather than the synthesized one used previous to this change.

Resolves: #436 Resolves: #525