aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-08-25 22:29:43 -0700
committerDaniel Mueller <deso@posteo.net>2020-08-25 22:29:43 -0700
commitc2a9d31ee70ddae22ea410a383a094b7842e50fd (patch)
tree7d8624ee483555a99058fd40992e80255a5f9346 /Cargo.toml
parentb114125dfbb4c97580ae076c07c6816ccdca51b8 (diff)
downloadnitrocli-c2a9d31ee70ddae22ea410a383a094b7842e50fd.tar.gz
nitrocli-c2a9d31ee70ddae22ea410a383a094b7842e50fd.tar.bz2
Update structopt dependency to 0.3.17
This change updates the structopt crate to version 0.3.13. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate. This functionality will be used in a follow up change that enables usage of user provided extensions. [0]: https://github.com/TeXitoi/structopt/issues/424
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18d8968..ed7d011 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ version = "0.2"
version = "0.6"
[dependencies.structopt]
-version = "0.3.7"
+version = "0.3.17"
default-features = false
[dev-dependencies.nitrokey-test]