aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-11-30 20:02:38 -0800
committerDaniel Mueller <deso@posteo.net>2020-11-30 20:02:38 -0800
commit598d07ff6c8acc4476e24be89058c5d45de5db01 (patch)
treeaf5fb7536568e47733975358a2306da8834712ac /Cargo.lock
parenta8de1ad65d845e9f250e2d56fb21175b92483f95 (diff)
downloadnitrocli-598d07ff6c8acc4476e24be89058c5d45de5db01.tar.gz
nitrocli-598d07ff6c8acc4476e24be89058c5d45de5db01.tar.bz2
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6df9fe0..b1f8949 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -414,9 +414,9 @@ dependencies = [
[[package]]
name = "structopt"
-version = "0.3.17"
+version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5"
+checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
dependencies = [
"clap",
"lazy_static",
@@ -425,9 +425,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
-version = "0.4.10"
+version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f"
+checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
dependencies = [
"heck",
"proc-macro-error",