diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-25 03:08:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-25 03:08:32 +0000 |
| commit | 060e9a8e2b4de26af0c37025867dfc790e810b36 (patch) | |
| tree | 26ddff1ebc95a886b1a243d774472960afa640c3 | |
| parent | Merge pull request #141 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | fix(deps): update rust crate structopt to 0.3.26 (diff) | |
| download | whirl-060e9a8e2b4de26af0c37025867dfc790e810b36.tar.xz whirl-060e9a8e2b4de26af0c37025867dfc790e810b36.zip | |
Merge pull request #137 from Whirlsplash/renovate/structopt-0.x
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 ab85114..7e85e37 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -35,7 +35,7 @@ serde = "1.0.135" serde_derive = "1.0.135" # CLI -structopt = "0.3.25" +structopt = "0.3.26" # Config whirl_config = { path = "../whirl_config" } |