summaryrefslogtreecommitdiffstats
path: root/sqv/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-06 12:43:59 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-06 12:43:59 -0500
commit4bf1e01c923e23c137a734708656b3ffeed74878 (patch)
tree15accc4b53926c4929b9ad7352523d0181c69bd3 /sqv/Cargo.toml
parentf88d347351551f34c747c77c87d6e0e18afc161a (diff)
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 <dkg@fifthhorseman.net>
Diffstat (limited to 'sqv/Cargo.toml')
-rw-r--r--sqv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"