diff options
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 347d6ba..4750d64 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" } |