diff options
| author | Renovate Bot <[email protected]> | 2022-01-18 13:24:39 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-18 13:24:39 +0000 |
| commit | ba0e7d768c5ba00af92123989edef37e389d1279 (patch) | |
| tree | 1ea88a82e8774ee9d583dbec2e37757f979a41da | |
| parent | fix: merge github updates (diff) | |
| download | whirl-ba0e7d768c5ba00af92123989edef37e389d1279.tar.xz whirl-ba0e7d768c5ba00af92123989edef37e389d1279.zip | |
fix(deps): update rust crate structopt to 0.3.26
| -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" } |