From 955aaa96644397c568a3e42e27cee85c595d932b Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 7 May 2024 17:59:01 +0200 Subject: [PATCH] Remove clap color feature Nice to have. Adds multiple dependencies. Hard to justify for mozilla-central. --- neqo-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-bin/Cargo.toml b/neqo-bin/Cargo.toml index 145f7ac386..e776acafdf 100644 --- a/neqo-bin/Cargo.toml +++ b/neqo-bin/Cargo.toml @@ -24,7 +24,7 @@ workspace = true [dependencies] # neqo-bin is not used in Firefox, so we can be liberal with dependency versions -clap = { version = "4.4", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] } +clap = { version = "4.4", default-features = false, features = ["std", "help", "usage", "error-context", "suggestions", "derive"] } clap-verbosity-flag = { version = "2.2", default-features = false } futures = { version = "0.3", default-features = false, features = ["alloc"] } hex = { version = "0.4", default-features = false, features = ["std"] }