aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-25 03:08:32 +0000
committerGitHub <[email protected]>2022-01-25 03:08:32 +0000
commit4657af368ef3162c639deb4ff94483377fbec8d3 (patch)
treebd9362720e5da64db6af1782660e2f6c74117a23
parentMerge pull request #141 from Whirlsplash/renovate/serde-1.x (diff)
parentfix(deps): update rust crate structopt to 0.3.26 (diff)
downloadwhirl-4657af368ef3162c639deb4ff94483377fbec8d3.tar.xz
whirl-4657af368ef3162c639deb4ff94483377fbec8d3.zip
Merge pull request #137 from Whirlsplash/renovate/structopt-0.x
fix(deps): update rust crate structopt to 0.3.26
-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 333723f..eac59d9 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -35,7 +35,7 @@ serde = "1.0.135"
serde_derive = "1.0.135"
# CLI
-structopt = "0.3.25"
+structopt = "0.3.26"
# Config
whirl_config = { path = "../whirl_config" }