Skip to content

Bug: unable to check for yanked crates (Inflector) #23

Closed
@sindreij

Description

Describe the bug

When running cargo deny check, I get the warning:

warning[index-failure]: unable to check for yanked crates
   ┌─ /home/user/src/app/Cargo.lock:1:1
   │
 1 │ Inflector 0.11.4 registry+https://github.com/rust-lang/crates.io-index
   │ ---------------------------------------------------------------------- crate whose registry we failed to query
   │
   ┌─ /home/user/src/app/deny.toml:80:10
   │
80 │ yanked = "warn"
   │          ^^^^^^ lint level defined here
   │
   = unable to find crate in cache
   = Inflector v0.11.4
     └── async-graphql-derive v5.0.10
         └── async-graphql v5.0.10
             ├── async-graphql-axum v5.0.10
             │   └── [my-create_1] v0.1.0
             ├── [my-create_1] v0.1.0 (*)
             └── [my-create_4] v0.1.0
                 ├── [my-create_1] v0.1.0 (*)
                 └── [my-create_3] v0.1.0
                     ├── [my-create_2] v0.1.0
                     └── [my-create_1] v0.1.0 (*)

To reproduce

Run

cargo deny check

cargo-deny version

cargo-deny 0.14.1

What OS were you running cargo-deny on?

Linux

Additional context

No response

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions