Skip to content

Commit 4824ef5

Browse files
Merge pull request #107 from tgonzalezorlandoarm/tg/remove-ansi-term
Remove unmaintained ansi_term, clap crates and update env_logger
2 parents 829d444 + 7aa23c4 commit 4824ef5

File tree

3 files changed

+128
-14
lines changed

3 files changed

+128
-14
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 126 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ 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"
18-
clap = "2.34.0"
1917
parsec-client = "0.16.0"
2018
structopt = "0.3.17"
2119
thiserror = "1.0.20"
22-
env_logger = "0.8.2"
20+
env_logger = "0.10.0"
2321
oid = { version = "0.2", features = ["serde_support"] }
2422
pem = "1.1.0"
2523
base64 = "0.13.0"

0 commit comments

Comments
 (0)