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 | bbd0b53dd1ca0fbf5ea48fd61feba67c780ea808 (patch) | |
| tree | c9afeb21e0d17433e5cf9ccead5368da6637c0bb | |
| parent | feat(readme): add sub-moto (diff) | |
| download | whirl-bbd0b53dd1ca0fbf5ea48fd61feba67c780ea808.tar.xz whirl-bbd0b53dd1ca0fbf5ea48fd61feba67c780ea808.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 3e6a77b..119ec5d 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" } |