rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
313 stars 18 forks source link

Add indicatif based progress bar during updates #55

Closed Nemo157 closed 3 years ago

Nemo157 commented 3 years ago

Example output while it's running:

image

I matched the style with sort of how Cargo looks.

Here's the change in cargo supply-chain publishers:

image

fixes #28

Shnatsel commented 3 years ago

Thanks! I really like how it looks!

The impact on the supply chain is minimal, and cargo geiger output doesn't look too bad either.

Do you think we should drop this warning? It's kind of redundant now.

Note: this will download large amounts of data (approximately 250Mb).
On a slow network this will take a while.
Shnatsel commented 3 years ago

I'm going to merge this and address review comments myself. Thanks!

Shnatsel commented 3 years ago

@mitsuhiko @djc I just wanted you to know that indicatif is a joy to use! Thanks!