You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the fix for
EmbarkStudios/cargo-deny#548 as the hash was
correct since it takes the entirety of the user provided url into
account, but it wasn't stripping off the user portion of the url causing
it to look at the wrong local directory.
- Fix committer name
- Update krates/tame-index/gix
- Checkpoint
- Update dependencies
Resolves: #43Resolves: #548Resolves: #552Resolves: #553 (I guess? It adds a feature toggle for using the OS
certificate store)
Describe the bug
Running
cargo deny check advisories
on a project that uses a git SSH registry fails when checking for theyanked
status.To reproduce
Add a custom registry
Then add a dependency:
Run
cargo deny check
and see many warnings like the one above.cargo-deny version
0.14.1
What OS were you running cargo-deny on?
Linux
Additional context
I've tried using
git-fetch-with-cli = true
, the outcome is the same.The text was updated successfully, but these errors were encountered: