diff --git a/CHANGELOG.md b/CHANGELOG.md index e4db7557..c777dc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- [PR#588](https://github.com/EmbarkStudios/cargo-deny/pull/588) resolved an issue introduced in [0.14.4] where features that reference dev-only dependencies in non-workspace crates would cause a [panic](https://github.com/EmbarkStudios/krates/issues/66). + ## [0.14.4] - 2024-01-19 ### Fixed - [PR#586](https://github.com/EmbarkStudios/cargo-deny/pull/586) resolved 2 issues with crate graph creation, see [krates#60](https://github.com/EmbarkStudios/krates/issues/60) and [krates#64](https://github.com/EmbarkStudios/krates/issues/64) for more details. diff --git a/Cargo.lock b/Cargo.lock index 9b818ebf..54c48fe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1714,9 +1714,9 @@ dependencies = [ [[package]] name = "krates" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f230dc2c312031a8b35991334e0937df71a004c71f9b22013806f4147c35c78" +checksum = "a6e44eba1a55a47cfa7b3fc7f4eab9fa893644b8ff533623fbd9fa58eea8ddba" dependencies = [ "cargo_metadata", "cfg-expr",