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 | 4657af368ef3162c639deb4ff94483377fbec8d3 (patch) | |
| tree | bd9362720e5da64db6af1782660e2f6c74117a23 | |
| 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-4657af368ef3162c639deb4ff94483377fbec8d3.tar.xz whirl-4657af368ef3162c639deb4ff94483377fbec8d3.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 333723f..eac59d9 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" } |