diff options
| author | Renovate Bot <[email protected]> | 2021-08-30 18:07:17 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-30 18:07:17 +0000 |
| commit | 42b6ae992a73f0f90a5a3b3ef5c402c0531ede1c (patch) | |
| tree | 505024df9f37c699f9cc946d2257fe64ad7ac3f9 | |
| parent | feat(readme): add sub-moto (diff) | |
| download | whirl-42b6ae992a73f0f90a5a3b3ef5c402c0531ede1c.tar.xz whirl-42b6ae992a73f0f90a5a3b3ef5c402c0531ede1c.zip | |
fix(deps): update rust crate structopt to 0.3.23
| -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 4be374e..5a7d649 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -36,7 +36,7 @@ serde = "1.0.130" serde_derive = "1.0.130" # CLI -structopt = "0.3.22" +structopt = "0.3.23" # Config whirl_config = { path = "../whirl_config" } |