Skip to content

Commit

Permalink
Update fern to dismiss vulnerability warning
Browse files Browse the repository at this point in the history
`cargo-sweep` was not affected by RUSTSEC-2020-0071, however, it's
necessary to move away from the `fern` problematic versions in order to
dismiss the warning from `cargo-audit`
  • Loading branch information
marcospb19 committed Sep 18, 2023
1 parent fd4dc9e commit 3dc8235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 159 deletions.
161 changes: 3 additions & 158 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crossterm = "0.25.0"
walkdir = "2"
anyhow = "1.0.43"
log = "0.4.6"
fern = { version = "0.5", features = ["colored"] }
fern = { version = "0.6.2", features = ["colored"] }
cargo_metadata = "0.9"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 3dc8235

Please sign in to comment.