summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-07 17:09:34 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-07 17:11:29 +0100
commiteaaaf33dc15df65a7d34b9f436080e49f30f9715 (patch)
tree52b655094a2cf0ca4f7cd2851402f009e363eee6 /sqv
parent2fd5dea1baec37a6518506320a8ac06789ee1a22 (diff)
Pin dependencies to keep our MSRV stable.
Diffstat (limited to 'sqv')
-rw-r--r--sqv/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 569cc144..e388a7c8 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -31,6 +31,7 @@ clap = "2.27.1"
[dev-dependencies]
assert_cli = "0.6"
+colored = "=1.9.1"
[[bin]]
name = "sqv"