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
commit33eb408ee7ef82433c98cb203c27ca579411b174 (patch)
treef50838ee1d0274b4d47335231b2f11b33fd23542
parentMerge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff)
parentfix(deps): update rust crate structopt to 0.3.25 (diff)
downloadwhirl-33eb408ee7ef82433c98cb203c27ca579411b174.tar.xz
whirl-33eb408ee7ef82433c98cb203c27ca579411b174.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 c1d67ea..3f04dfa 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" }