Describe the bug
When the git-based crates.io registry is outdated or missing, cargo deny fails to check for yanked crates, with a mediocre error message:
warning[index-failure]: unable to check for yanked crates
┌─ /home/jplatte/code/ruma/.deny.toml:1:1
│
1 │ # https://embarkstudios.github.io/cargo-deny/checks/cfg.html
│ ^ lint level defined here
│
= failed to find crate in git index
To Reproduce
Expected behavior
Yanked crates should still be checked ideally :)