Skip to content

Commit

Permalink
Merge pull request #107 from tgonzalezorlandoarm/tg/remove-ansi-term
Browse files Browse the repository at this point in the history
Remove unmaintained ansi_term, clap crates and update env_logger
  • Loading branch information
tgonzalezorlandoarm authored Oct 16, 2023
2 parents 829d444 + 7aa23c4 commit 4824ef5
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 14 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
136 changes: 126 additions & 10 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ 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"
structopt = "0.3.17"
thiserror = "1.0.20"
env_logger = "0.8.2"
env_logger = "0.10.0"
oid = { version = "0.2", features = ["serde_support"] }
pem = "1.1.0"
base64 = "0.13.0"
Expand Down

0 comments on commit 4824ef5

Please sign in to comment.