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
commit060e9a8e2b4de26af0c37025867dfc790e810b36 (patch)
tree26ddff1ebc95a886b1a243d774472960afa640c3
parentMerge pull request #141 from Whirlsplash/renovate/serde-1.x (diff)
parentfix(deps): update rust crate structopt to 0.3.26 (diff)
downloadwhirl-060e9a8e2b4de26af0c37025867dfc790e810b36.tar.xz
whirl-060e9a8e2b4de26af0c37025867dfc790e810b36.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 ab85114..7e85e37 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" }