From f6353234e6037ad294d5da9c16a23881dac5933e Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 30 Nov 2020 20:02:38 -0800 Subject: Update structopt dependency to 0.3.21 This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: https://github.com/TeXitoi/structopt/issues/447 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2496bd6..4e728ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Unreleased Storage devices - Renamed the `--{no-,}{numlock,capslock,scrollock}` options of the `config set` command to `--{no-,}{num-lock,caps-lock,scroll-lock}` -- Bumped `structopt` dependency to `0.3.17` +- Bumped `structopt` dependency to `0.3.21` - Bumped `nitrokey` dependency to `0.8.0` -- cgit v1.2.1