-
Notifications
You must be signed in to change notification settings - Fork 19
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
Panic on crate imageproc
#46
Comments
@bjornwein What version of cargo are you using? I am guessing it is <1.60.0? |
Good question. I had to look myself:
If this is not easily reproducible outside of my environment, I can try to help as much as possible with backtraces or whatever you need. |
I can't repro, I am guessing you have features enabled that you have not listed. |
I guess it could be something in my env. To be clear, this is exactly how I can reproduce it from scratch:
Cargo.toml:
Backtrace:
Please let me know if you have any ideas on something else I can try. |
So, this seems to have exposed a discrepancy between the index, which has a |
Great, It sounds like you have it cornered! |
Describe the bug
cargo-deny 0.13.1 seems to panic if the checked project includes the "imageproc" crate.
This doesn't happen with cargo-deny 0.12.2
It seems to happen both on older imageproc version 0.20.0, as well as current 0.23.0
To Reproduce
Initialize a new empty project with a single dependency
run
cargo deny check
Expected behavior
With a default deny.toml I get the following result with cargo-deny 0.12.2:
Device:
The text was updated successfully, but these errors were encountered: