Jake Shadle

Results 189 comments of Jake Shadle

If you only care about advisories, you should just use cargo-audit IMO, since any features related to advisory checking (from the library crate rustsec) will likely appear there before they...

I'm assuming this was a temporary network error, this code is not platform specific and I can't repro it.

Correct, using `--locked` or `--frozen` would require that projects without a lockfile would need to generate it beforehand, but that is a fairly easy thing to error one with instructions,...

We updated to the latest libgit2 (1.1.0) in the last release, a brief look indicates there is an [existing issue](https://github.com/libgit2/libgit2/issues/5452) from March (there have been several releases made between though)...

I would love to just use a minimal alpine base, unfortunately https://github.com/EmbarkStudios/cargo-deny/issues/295 blocks that right now.

@Stupremee sorry it took a while to look at this, but it looks good, the only thing missing is a few tests for this!

So I was hoping to get this merged in and added to the next release, but it's looking like a bigger change than I initially thought, so I'm going to...

There is, there were just some bugs/missing parts in this PR and I just haven't had time to come back to it and clean it up unfortunately, but it is...

So the reason I never merged this was not because the PR itself didn't work, but rather that currently the printing of the reverse crate dependency graphs when showing diagnostics...