Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sindreij opened this issue Aug 24, 2023 · 1 comment · Fixed by #24
Closed

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

sindreij opened this issue Aug 24, 2023 · 1 comment · Fixed by #24
Labels
bug Something isn't working

Comments

@sindreij
Copy link

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

@sindreij sindreij added the bug Something isn't working label Aug 24, 2023
@Jake-Shadle Jake-Shadle transferred this issue from EmbarkStudios/cargo-deny Aug 24, 2023
Jake-Shadle added a commit that referenced this issue Aug 24, 2023
@sindreij
Copy link
Author

Thanks! That was quick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant