aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }