diff options
| author | Renovate Bot <[email protected]> | 2021-10-18 16:14:11 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-18 16:14:11 +0000 |
| commit | f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9 (patch) | |
| tree | 89282e73fcdaddf74284a5b759a95e3875ba0d8a | |
| parent | Merge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9.tar.xz whirl-f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9.zip | |
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 fb0ee95..1242144 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" } |