Skip to content

Commit 1ccf0c1

Browse files
Remove unmaintained ansi_term crate
ansi_term is an unmaintained crate that we can remove. Signed-off-by: Tomás González <[email protected]>
1 parent 829d444 commit 1ccf0c1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.cargo/audit.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2021-0139"] # Issue has been documented here: https://github.com/parallaxsecond/parsec-tool/security/advisories/GHSA-w88c-r29w-fv6m
2+
ignore = []
33
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
44
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
55

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ documentation = "https://docs.rs/crate/parsec-tool"
1313
rust-version = "1.66.0"
1414

1515
[dependencies]
16-
ansi_term = "0.12.1"
1716
atty = "0.2.14"
1817
clap = "2.34.0"
1918
parsec-client = "0.16.0"

0 commit comments

Comments
 (0)