aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-30 18:19:43 +0000
committerRenovate Bot <[email protected]>2021-08-30 18:19:43 +0000
commit07cb42a165bf3b577481479e166774f10ecfd537 (patch)
tree9539dfcb09410d58a59e7eedba12d4582968c696
parentfeat(github): stale issue pruning (diff)
downloadnitrous-07cb42a165bf3b577481479e166774f10ecfd537.tar.xz
nitrous-07cb42a165bf3b577481479e166774f10ecfd537.zip
fix(deps): update rust crate structopt to 0.3.23
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e05f28e..51d5792 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ harness = false
[dependencies]
# CLI
-structopt = "0.3.22"
+structopt = "0.3.23"
# Utility
rand = "0.8.4"