From 4bf1e01c923e23c137a734708656b3ffeed74878 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 6 Mar 2020 12:43:59 -0500 Subject: sq,sqv: Further relax dependency on colored. - In caa8e0df, we relaxed the dependency on colored as a way to more flexibly constrain the MSRV. But colored was a transitive dependency in the first place, and we wouldn't have required any specific version of it if it wasn't present. We can let the intermediate dependencies be responsible for the preferred minimum version, rather than explicitly declaring it ourselves. Signed-off-by: Daniel Kahn Gillmor --- sqv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqv/Cargo.toml') diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml index 55b12bd5..b41f110e 100644 --- a/sqv/Cargo.toml +++ b/sqv/Cargo.toml @@ -31,7 +31,7 @@ clap = "2.27.1" [dev-dependencies] assert_cli = "0.6" -colored = ">= 1.6.1, <= 1.9.1" +colored = "< 1.9.2" [[bin]] name = "sqv" -- cgit v1.2.3