### Describe the bug `cargo deny check` freezes on some repositories, when using 0.14.0 or 0.14.1 ### To reproduce ``` cargo install --force cargo-deny --version 0.14.1 git clone git@github.com:emilk/egui.git cd egui cargo deny check ``` 0.14.0 and 0.14.1 both hangs, but 0.13.9 is fine. ### cargo-deny version 0.14.x ### What OS were you running cargo-deny on? MacOS ### Additional context _No response_