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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user