From e228fee479b7213e003002625bbc22b8091e9b4d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 5 Jul 2023 23:56:16 +0200 Subject: Fix ANSI color codes are printed when not a tty Fixes #1095. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d79600b..46776b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,13 +31,14 @@ chrono-humanize = "0.2" clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated", "env"] } clap_complete = "4" clap_mangen = "0.2" +colored = "2" comrak = { version = "0.18", default-features = false } fast_qr = { version = "0.9", features = ["svg"] } futures = "0.3" -if-addrs = "0.10" hex = "0.4" http = "0.2" httparse = "1" +if-addrs = "0.10" libflate = "1" log = "0.4" maud = "0.25" @@ -55,7 +56,6 @@ socket2 = "0.5" strum = { version = "0.25", features = ["derive"] } tar = "0.4" thiserror = "1" -yansi = "0.5" zip = { version = "0.6.5", default-features = false } [features] -- cgit v1.2.3