summaryrefslogtreecommitdiffstats
path: root/tool
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 /tool
parent2fd5dea1baec37a6518506320a8ac06789ee1a22 (diff)
Pin dependencies to keep our MSRV stable.
Diffstat (limited to 'tool')
-rw-r--r--tool/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index fb9a36de..ecf1dab4 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -32,7 +32,7 @@ clap = "2.32.0"
failure = "0.1.2"
itertools = "0.8"
prettytable-rs = "0.8.0"
-rpassword = "4.0"
+rpassword = "=4.0.3"
tempfile = "3.0.4"
crossterm = "0.13"
tokio-core = "0.1"
@@ -42,6 +42,7 @@ clap = "2.27.1"
[dev-dependencies]
assert_cli = "0.6"
+colored = "=1.9.1"
[[bin]]
name = "sq"