Replace ansi_term
dependency in Pinniped-proxy
#5357
Labels
component/pinniped-proxy
Issue related to kubeapps integration with pinniped-proxy
kind/enhancement
An issue that reports an enhancement for an implemented feature
rust
Pull requests that update Rust code
Milestone
Summary
Replace
ansi_term
dependency in the Pinniped-proxy service.Background and rationale
Dependabot is warning that Rust's dependency
ansi_term
is unmaintained. Project hasn't been updated for at least three years.It is not a direct dependency in
pinniped-proxy
, but a dependency ofclap
v2, which in turn is a dependency ofstructopt
.Structopt is not maintained either (see their pinned issue).
Dependabot is warning that it is a critical issue.
Description
A feasible solution is to migrate
structopt
toclap
v3. There is a migration guide here.Acceptance criteria
ansi_term
is not used anymore.The text was updated successfully, but these errors were encountered: