EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀

Home Page:http://embark.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: `cargo deny check` hangs on 0.14.x

emilk opened this issue · comments

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

Duplicate of the fixed #552