aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-10-18 16:14:11 +0000
committerRenovate Bot <[email protected]>2021-10-18 16:14:11 +0000
commitf7f0a1e68d4b20e4d0e55d930be5b89836ec84a9 (patch)
tree89282e73fcdaddf74284a5b759a95e3875ba0d8a
parentMerge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff)
downloadwhirl-f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9.tar.xz
whirl-f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9.zip
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" }