diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-31 21:25:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-31 21:25:28 +0000 |
| commit | f451d52c7db6f51677c188f22161958e09bffe25 (patch) | |
| tree | 521e278c5e952bc4da61d047af5eff0afd028b92 | |
| parent | Merge pull request #86 from Whirlsplash/renovate/signal-hook-0.x (diff) | |
| parent | fix(deps): update rust crate structopt to 0.3.23 (diff) | |
| download | whirl-f451d52c7db6f51677c188f22161958e09bffe25.tar.xz whirl-f451d52c7db6f51677c188f22161958e09bffe25.zip | |
Merge pull request #85 from Whirlsplash/renovate/structopt-0.x
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 e5cb547..f20688a 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" } |