diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-19 19:44:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 19:44:53 +0000 |
| commit | 33eb408ee7ef82433c98cb203c27ca579411b174 (patch) | |
| tree | f50838ee1d0274b4d47335231b2f11b33fd23542 | |
| parent | Merge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| parent | fix(deps): update rust crate structopt to 0.3.25 (diff) | |
| download | whirl-33eb408ee7ef82433c98cb203c27ca579411b174.tar.xz whirl-33eb408ee7ef82433c98cb203c27ca579411b174.zip | |
Merge pull request #102 from Whirlsplash/renovate/structopt-0.x
fix(deps): update rust crate structopt to 0.3.25
| -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 c1d67ea..3f04dfa 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.23" +structopt = "0.3.25" # Config whirl_config = { path = "../whirl_config" } |