From 7c61ab00b19287f27c292fd83855303333246912 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 18 Jun 2020 13:18:34 +0200 Subject: sop: Fix dependency. - We rely on a feature introduced in 0.3.8, so make sure we get at least that version. - Fixes #519. --- sop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sop') 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]] -- cgit v1.2.3