summaryrefslogtreecommitdiffstats
path: root/sqv/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/Cargo.toml')
-rw-r--r--sqv/Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 7821f296..3db60c76 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -22,13 +22,12 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.20", default-features = false }
-anyhow = "1"
-chrono = "0.4"
-clap = "2.32.0"
-
+anyhow = "1.0.5"
+chrono = "0.4.10"
+clap = "2.33"
[build-dependencies]
-clap = "2.27.1"
+clap = "2.33"
[dev-dependencies]
assert_cli = "0.6"