aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-18 13:24:39 +0000
committerRenovate Bot <[email protected]>2022-01-18 13:24:39 +0000
commit1a5c4eae5fc96a96ffcb2b71030a93a6d967b87a (patch)
treedba19bf85bbe367b41c237789c4643f6da6749dc
parentfix: merge github updates (diff)
downloadarchived-whirl-1a5c4eae5fc96a96ffcb2b71030a93a6d967b87a.tar.xz
archived-whirl-1a5c4eae5fc96a96ffcb2b71030a93a6d967b87a.zip
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 5a33598..85de5a1 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -35,7 +35,7 @@ serde = "1.0.133"
serde_derive = "1.0.133"
# CLI
-structopt = "0.3.25"
+structopt = "0.3.26"
# Config
whirl_config = { path = "../whirl_config" }