aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-23 01:10:40 +0000
committerRenovate Bot <[email protected]>2022-01-23 01:10:40 +0000
commit93d2ded1bd28bc2b18159251a859d27548746e65 (patch)
treefd74ba700267e6ce1f82f055437167b2b45a2ba4
parentMerge pull request #32 from Fuwn/renovate/reqwest-0.x (diff)
downloadnitrous-93d2ded1bd28bc2b18159251a859d27548746e65.tar.xz
nitrous-93d2ded1bd28bc2b18159251a859d27548746e65.zip
fix(deps): update rust crate structopt to 0.3.26
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e6a02c..3bf84cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ harness = false
[dependencies]
# CLI
-structopt = "0.3.25"
+structopt = "0.3.26"
# Utility
rand = "0.8.4"