stash: replace atty with is_terminal from std::io

It's deprecated, oops.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69646dc5a20ff1fde23ea9a846a7a3fdd16a
This commit is contained in:
raf 2025-08-20 11:06:45 +03:00
commit ae98cc0b86
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 4 additions and 27 deletions

View file

@ -27,7 +27,6 @@ serde_json = "1.0.143"
base64 = "0.22.1"
regex = "1.11.1"
ratatui = "0.29.0"
atty = "0.2.14"
crossterm = "0.29.0"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"