EmbarkStudios / cargo-deny

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

Update krates #649

Closed Jake-Shadle closed 2 months ago

Jake-Shadle commented 2 months ago

Updates krates to 0.16.10 to fix a bug originally filed on this repo, https://github.com/EmbarkStudios/krates/issues/82. This bug meant that depending on the same crate multiple times by using different `cfg() expressions could cause crates that were pulled in by features to not be properly appended to the graph, and thus not checked by cargo-deny.