Skip to content

Commit

Permalink
Remove unmaintained ansi_term crate
Browse files Browse the repository at this point in the history
ansi_term is an unmaintained crate that we can remove.

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Oct 16, 2023
1 parent 829d444 commit 1ccf0c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[advisories]
ignore = ["RUSTSEC-2021-0139"] # Issue has been documented here: https://github.com/parallaxsecond/parsec-tool/security/advisories/GHSA-w88c-r29w-fv6m
ignore = []
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ documentation = "https://docs.rs/crate/parsec-tool"
rust-version = "1.66.0"

[dependencies]
ansi_term = "0.12.1"
atty = "0.2.14"
clap = "2.34.0"
parsec-client = "0.16.0"
Expand Down

0 comments on commit 1ccf0c1

Please sign in to comment.