oli-obk / prettydiff

Side-by-side diff for two files
MIT License
33 stars 16 forks source link

fix(deps): replace ansi_term with owo_colors #19

Closed KisaragiEffective closed 5 months ago

KisaragiEffective commented 11 months ago

please see https://rustsec.org/advisories/RUSTSEC-2021-0139 for more information close #18

RalfJung commented 6 months ago

This is the last crate that keeps the (old, unmaintained) winapi dependency in Miri's dependency tree. So would be nice to see an update that replaces ansi_term by something that does not depend on winapi. :)

close https://github.com/romankoblov/prettydiff/issues/18

That seems unrelated. #18 is about the dependency on structopt, which this PR does nothing about. (But the structopt dependency is at least optional, unlike the ansi_term dependency.)

romankoblov commented 5 months ago

I've merged it, but seems broken. I probably will remove CLI util.

romankoblov commented 5 months ago

Ok, this library is completely broken and I don't have time to fix it now. If somebody wants to maintain, I can transfer it.