Mydayyy / pbcli

pbcli is a command line client which allows to upload and download pastes from privatebin directly from the command line.
MIT License
10 stars 4 forks source link

Fix: Remove dependency on unmaintained `atty` #10

Closed nain-F49FF806 closed 2 months ago

nain-F49FF806 commented 2 months ago

atty is unmaintained for a while. And GitHub dependabot says there is a detected vulnerability in it.

So let's use new IsTerminal trait from stdlib instead

Mydayyy commented 2 months ago

LGTM. Thank you for the contribution!

Best Regards Mydayyy