### Describe the bug In Rust 1.85.0 the following false positives can occur, ``` warning[index-failure]: unable to check for yanked crates ``` ### To reproduce Use Rust 1.85.0 with the Registry index not updated in the previous Rust version. ### cargo-deny version 0.16.3 ### What OS were you running cargo-deny on? Linux ### Additional context https://github.com/mizar/atcoder-proposal/actions/runs/12738854279/job/35501750706 refer: - https://github.com/frewsxcv/rust-crates-index/issues/182 - https://github.com/rust-lang/cargo/pull/14917