We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the upgrade to 0.14.4, cargo-deny is throwing this error in CI (via cargo-deny-action). :
cargo-deny
thread '<unnamed>' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/krates-0.16.0/src/builder.rs:1073:25: internal error: entered unreachable code: unable to find dependency serde_bytes for serde_ipld_dagcbor 0.4.2
Link: https://github.com/ipvm-wg/homestar/actions/runs/7592172147/job/20681204383?pr=519#step:8:1
Running 0.14.3 previously and locally, everything works just fine (warnings aside).
Ran cargo-deny 0.14.4 on our project (ipvm-wg/homestar#519).
0.14.4
MacOS
No response
The text was updated successfully, but these errors were encountered:
@Jake-Shadle thanks!
Sorry, something went wrong.
chore: return cargo-deny (#520)
ec29b2e
cargo-deny was updated in EmbarkStudios/krates#66.
Successfully merging a pull request may close this issue.
Describe the bug
Since the upgrade to 0.14.4,
cargo-deny
is throwing this error in CI (via cargo-deny-action). :Link: https://github.com/ipvm-wg/homestar/actions/runs/7592172147/job/20681204383?pr=519#step:8:1
Running 0.14.3 previously and locally, everything works just fine (warnings aside).
To reproduce
Ran
cargo-deny
0.14.4 on our project (ipvm-wg/homestar#519).cargo-deny version
0.14.4
What OS were you running cargo-deny on?
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: