aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-23 01:16:09 +0000
committerFuwn <[email protected]>2022-01-23 01:16:09 +0000
commiteb54324cdb778cc6b2de5cbac254d15fab5f69b7 (patch)
tree661a646c12b7d98eb652ef7265ec8e79f81f2d48
parentMerge pull request #31 from Fuwn/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate structopt to 0.3.26 (diff)
downloadnitrous-eb54324cdb778cc6b2de5cbac254d15fab5f69b7.tar.xz
nitrous-eb54324cdb778cc6b2de5cbac254d15fab5f69b7.zip
Merge pull request #34 from Fuwn/renovate/structopt-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a665b0..d60d47a 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"