cargo-outdated
cargo-outdated copied to clipboard
Add option to ignore a specific registry
It would be useful for code reviewing purposes to allow dependencies from a private registry to be completely ignored. My current solution to this involves removing dependencies from the private registry from the cargo.toml before running cargo outdated.