summaryrefslogtreecommitdiffstats
path: root/sop
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-18 13:18:34 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-18 13:18:34 +0200
commit7c61ab00b19287f27c292fd83855303333246912 (patch)
treeda34b263d3841208e2264cda2544b6ddec40d7f8 /sop
parent784c9ebb7fb5011d7037c2355a275c580a16dcc8 (diff)
sop: Fix dependency.
- We rely on a feature introduced in 0.3.8, so make sure we get at least that version. - Fixes #519.
Diffstat (limited to 'sop')
-rw-r--r--sop/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index a12063a4..02bbf19f 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
sequoia-openpgp = { path = "../openpgp", version = "0.17" }
anyhow = "1"
chrono = "0.4"
-structopt = { version = "0.3", default-features = false }
+structopt = { version = "0.3.8", default-features = false }
thiserror = "1"
[[bin]]