aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-31 21:25:28 +0000
committerGitHub <[email protected]>2021-08-31 21:25:28 +0000
commit3071f6ecd0620cdd2c27f87ac62bb03e7dbd04a1 (patch)
tree66b33f6ff9739d5f891653b0a8b0adacee4c5965
parentMerge pull request #86 from Whirlsplash/renovate/signal-hook-0.x (diff)
parentfix(deps): update rust crate structopt to 0.3.23 (diff)
downloadwhirl-3071f6ecd0620cdd2c27f87ac62bb03e7dbd04a1.tar.xz
whirl-3071f6ecd0620cdd2c27f87ac62bb03e7dbd04a1.zip
Merge pull request #85 from Whirlsplash/renovate/structopt-0.x
fix(deps): update rust crate structopt to 0.3.23
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 6dc3104..5959fc1 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -36,7 +36,7 @@ serde = "1.0.130"
serde_derive = "1.0.130"
# CLI
-structopt = "0.3.22"
+structopt = "0.3.23"
# Config
whirl_config = { path = "../whirl_config" }