kbknapp / cargo-outdated

A cargo subcommand for displaying when Rust dependencies are out of date
MIT License
1.2k stars 94 forks source link

fix: deal more gracefully with private registries #391

Open jrudolph opened 4 months ago

jrudolph commented 4 months ago

As reported in #366 this previously failed with a panic and message "Source should be ready". Now, private registries still cannot be queried but after a timeout (it seems), those dependencies from private registries are just skipped (with a message "Update for xyz cannot be found").

Still needs a proper fix and #366 should be updated (or a new ticket created) to fix the issue with private registries.