hawkeyesec / scanner-cli

A project security/vulnerability/risk scanning tool
Other
358 stars 89 forks source link

Integration with `cargo outdated` #152

Open bekh6ex opened 4 years ago

bekh6ex commented 4 years ago

Feature Template

As a Rust developer I want to see when I need to run cargo update So that my project is up to date with what is happening in the world.

Description

Would be nice to have an integration with cargo-outdated to see outdated dependencies in Rust.