Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Updates #102

Closed dimbleby closed 4 years ago

dimbleby commented 4 years ago

I noticed that in my dependency tree term was causing me to pull in an old version of dirs, so thought I'd send in a quick PR for that.

To satisfy deny(warnings) in the tests, I first had to update the Error implementations to deal with deprecations in that trait.