Problem
This is split out of #11062
When we poll for the crate having been published, it reports "Updating index" for each iteration
One thing we may want to look at separately is the UI while it is waiting. Cargo just keeps repeating Updating crates.io index. I'm wondering if it might be better to suppress the Updating message? That could maybe be implemented by temporarily enabling quiet mode. I'm also wondering about maybe showing some kind of busy indicator (maybe a progress bar that ticks forward for each second)?
Steps
With the latest cargo, publish a crate
Possible Solution(s)
Temporarily turn on quiet in the code
Notes
No response
Version
No response