mirror of https://github.com/zkat/miette.git
fix(deps): We do not use ci_info directly anymore
This commit is contained in:
parent
d5d67e644e
commit
8d1170e2de
|
|
@ -18,7 +18,6 @@ once_cell = "1.8.0"
|
||||||
|
|
||||||
owo-colors = { version = "2.0.0", optional = true }
|
owo-colors = { version = "2.0.0", optional = true }
|
||||||
atty = { version = "0.2.14", optional = true }
|
atty = { version = "0.2.14", optional = true }
|
||||||
ci_info = { version = "0.14.2", optional = true }
|
|
||||||
textwrap = { version = "0.14.2", optional = true }
|
textwrap = { version = "0.14.2", optional = true }
|
||||||
term_size = { version = "0.3.2", optional = true }
|
term_size = { version = "0.3.2", optional = true }
|
||||||
supports-hyperlinks = { version = "1.1.0", optional = true }
|
supports-hyperlinks = { version = "1.1.0", optional = true }
|
||||||
|
|
@ -42,7 +41,6 @@ default = []
|
||||||
fancy = [
|
fancy = [
|
||||||
"owo-colors",
|
"owo-colors",
|
||||||
"atty",
|
"atty",
|
||||||
"ci_info",
|
|
||||||
"textwrap",
|
"textwrap",
|
||||||
"term_size",
|
"term_size",
|
||||||
"supports-hyperlinks",
|
"supports-hyperlinks",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue