Skip to content

Commit

Permalink
Suggest running cargo update command (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-N-Suadicani authored Jun 22, 2023
1 parent e69ceb8 commit 9ca5722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advisories/diags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl<'a> crate::CheckCtx<'a, super::cfg::ValidConfig> {
notes.push("Solution: No safe upgrade is available!".to_owned());
} else {
notes.push(format!(
"Solution: Upgrade to {}",
"Solution: Upgrade to {} (try `cargo update`)",
versions
.patched()
.iter()
Expand Down

0 comments on commit 9ca5722

Please sign in to comment.