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

Use nice progressbars for fetching data from live API #57

Closed Shnatsel closed 3 years ago

Shnatsel commented 3 years ago

Right now the progress for interacting with the crates.io API is indicated via a rather dumb eprintnl!():

https://github.com/rust-secure-code/cargo-supply-chain/blob/85de7b2e125be7580fe007a49fe3c2c09194c477/src/publishers.rs#L179-L184

But now that we've added the indicatif dependency for the update subcommand, we can have much prettier progress bar for fetching live data as well!