You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is because of the dataurl dependency in identity_did unconditionally pulling in clap (they use it for their CLI functionality, which we do not need), which depends on ansi_term.
Upstream a PR feature-gating the CLI functionality and clap dependency (or separating them into a different crate) to https://github.com/Y2Z/dataurl
Switch to the data-url crate, which is more popular but is mostly concerned with parsing strings, so it lacks some functionality we use for constructing URLs.
Reimplement data URL construction and parsing ourselves.
It would be good to remove clap from our dependency tree for Wasm either way.
ansi_term
0.12.1
The maintainer has adviced this crate is deprecated and will not
receive any maintenance.
The crate does not seem to have much dependencies and may or may not be ok to use as-is.
Last release seems to have been three years ago.
Possible Alternative(s)
The below list has not been vetted in any way and may or may not contain alternatives;
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: