rust-secure-code / cargo-supply-chain

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

What does `cargo supply-chain update` do? #21

Closed jyn514 closed 3 years ago

jyn514 commented 3 years ago

On my machine it hangs indefinitely without a progress bar. Presumably this isn't the intended behavior.

jyn514 commented 3 years ago

Oh I see, it's documented in the readme. It would nice to also put it in --help or -h. Currently both of those give an error.

jyn514 commented 3 years ago

It would also be nice to have a progress bar.

HeroicKatora commented 3 years ago

On my machine it hangs indefinitely without a progress bar. Presumably this isn't the intended behavior.

Do you have some timing data for this? It downloads a whole data dump (~250Mb) so that could just be a missing progress bar.

jyn514 commented 3 years ago

Ok yeah, the issue was a missing progress bar. It finishes after about 30 seconds.