1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Merge pull request #2530 from nickelc/deps/use_is_terminal

Use the `is-terminal` crate instead of `atty`
This commit is contained in:
David Peter
2023-04-05 21:00:18 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -69,7 +69,6 @@ version = "0.23.0"
dependencies = [
"ansi_colours",
"assert_cmd",
"atty",
"bincode",
"bugreport",
"bytesize",
@@ -84,6 +83,7 @@ dependencies = [
"git2",
"globset",
"grep-cli",
"is-terminal",
"nix",
"nu-ansi-term",
"once_cell",