aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-19 19:44:53 +0000
committerGitHub <[email protected]>2021-10-19 19:44:53 +0000
commitb084b2aec0517f5a7e2a2ac0ebabe564fe18731f (patch)
tree89282e73fcdaddf74284a5b759a95e3875ba0d8a
parentMerge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff)
parentfix(deps): update rust crate structopt to 0.3.25 (diff)
downloadwhirl-b084b2aec0517f5a7e2a2ac0ebabe564fe18731f.tar.xz
whirl-b084b2aec0517f5a7e2a2ac0ebabe564fe18731f.zip
Merge pull request #102 from Whirlsplash/renovate/structopt-0.x
fix(deps): update rust crate structopt to 0.3.25
-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 fb0ee95..1242144 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.23"
+structopt = "0.3.25"
# Config
whirl_config = { path = "../whirl_config" }