summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorConstantin Nickel <constantin.nickel@gmail.com>2023-04-05 19:26:52 +0200
committerConstantin Nickel <constantin.nickel@gmail.com>2023-04-05 19:26:52 +0200
commit57cc0d843567eef566540074b391f8212d859871 (patch)
tree13fceecc01b6dc7889e46332094aa33a1db4a6f3 /Cargo.lock
parent1b2c69aee86d4c1f58843c9ebbea0d32e3a73dd6 (diff)
Use the `is-terminal` crate instead of `atty`
The crate is already used by `clap` and a similar trait is about to be stabilized in `std`.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b679ca3b..82c255f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",