This commit is contained in:
Karl Meakin 2023-09-17 21:12:20 +00:00 committed by GitHub
commit 27e4b72dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@ once_cell = "1.8.0"
unicode-width = "0.1.9"
owo-colors = { version = "3.0.0", optional = true }
is-terminal = { version = "0.4.0", optional = true }
textwrap = { version = "0.15.0", optional = true }
supports-hyperlinks = { version = "2.0.0", optional = true }
supports-color = { version = "2.0.0", optional = true }
@ -48,7 +47,6 @@ default = []
no-format-args-capture = []
fancy-no-backtrace = [
"owo-colors",
"is-terminal",
"textwrap",
"terminal_size",
"supports-hyperlinks",

View File

@ -1,5 +1,5 @@
use is_terminal::IsTerminal;
use owo_colors::Style;
use std::io::IsTerminal;
/**
Theme used by [`GraphicalReportHandler`](crate::GraphicalReportHandler) to